Skip to content

Commit

Permalink
Add ssh-agent to automating release in JMeterPlugins action
Browse files Browse the repository at this point in the history
  • Loading branch information
Baraujo25 committed Jul 3, 2024
1 parent fb004f4 commit ebd77f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_to_jmeter_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
releases.json
.github/build_release_json.sh
sparse-checkout-cone-mode: false

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Get latest release version
id: version
run: |
Expand Down

0 comments on commit ebd77f7

Please sign in to comment.