Skip to content

Commit

Permalink
workflows: update ssh-agent (ethereum#108)
Browse files Browse the repository at this point in the history
* workflows: update ssh-agent

* workflows: update ssh-agent
  • Loading branch information
tynes authored Nov 17, 2020
1 parent d114675 commit a6d53b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: webfactory/[email protected].0
- uses: webfactory/[email protected].1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_READ }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: webfactory/[email protected].0
- uses: webfactory/[email protected].1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_READ }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-integration-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: webfactory/[email protected].0
- uses: webfactory/[email protected].1
with:
ssh-private-key: ${{ secrets.INTEGRATION_PUSH_ACTION }}

Expand Down

0 comments on commit a6d53b6

Please sign in to comment.