Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Update webfactory/ssh-agent action to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2022
1 parent 496c2ef commit 9565477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '16.x'
- run: yarn workspaces focus cms
- run: yarn cms build
- uses: webfactory/ssh-agent@v0.4.1
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.DOKKU_DEPLOY_KEY }}
- run: echo '167.71.190.115 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEYg+BGxM8IdEoQ8fx7aDoclC0eNXSpI6l/QkLRMF/cvjJcSCk4kz/4LEkSU8eXFawp8IX/yNOyV11sJZtCVBCs=' >> ~/.ssh/known_hosts
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
API_USER_PASSWORD: ${{ secrets.STRAPI_BOT_USER_PASSWORD }}
VERBOSE: 1

- uses: webfactory/ssh-agent@v0.4.1
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.DOKKU_DEPLOY_KEY }}
- run: echo '167.71.190.115 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEYg+BGxM8IdEoQ8fx7aDoclC0eNXSpI6l/QkLRMF/cvjJcSCk4kz/4LEkSU8eXFawp8IX/yNOyV11sJZtCVBCs=' >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 9565477

Please sign in to comment.