Skip to content

Commit

Permalink
chore: update ssh-agent workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 26, 2024
1 parent 0cf1928 commit 8be02e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_run' && 'beta' || github.head_ref || github.ref_name }}
- uses: webfactory/ssh-agent@v0.6.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.FORK_KEY }}
- name: Push to fork repo
Expand Down

0 comments on commit 8be02e3

Please sign in to comment.