Skip to content

Commit

Permalink
Change ssh agent version in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mang committed Aug 20, 2024
1 parent a848926 commit 215970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y openssh-client

- name: Add SSH Key
uses: webfactory/ssh-agent@v0.8.1
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

Expand Down

0 comments on commit 215970e

Please sign in to comment.