Skip to content

Commit

Permalink
try diff ssh key
Browse files Browse the repository at this point in the history
Signed-off-by: avichalp <[email protected]>
  • Loading branch information
avichalp committed Sep 3, 2024
1 parent 08e161f commit cd66fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.5.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.BUILTIN_ACTORS_DEPLOY_KEY }}
ssh-private-key: ${{ secrets.IPC_DEPLOY_KEY }}

- name: Setup known_hosts
run: |
Expand Down

0 comments on commit cd66fd2

Please sign in to comment.