We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75690fe commit 0d392e4Copy full SHA for 0d392e4
.github/workflows/deploy-dapp.yml
@@ -59,7 +59,7 @@ jobs:
59
git commit -m "Deploy prod whitelist - ${{ github.sha }}" --author="drone-product <[email protected]>" || echo "No changes to commit"
60
61
- name: Setup SSH for Git Push
62
- uses: webfactory/ssh-agent@v0.5.3
+ uses: webfactory/ssh-agent@v0.9.1
63
with:
64
ssh-private-key: ${{ secrets.SSH_KEY_TEAM_PRODUCT_GITHUB_PUSH }}
65
0 commit comments