Skip to content

Commit

Permalink
Bump webfactory ssh agent to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bensley committed Nov 19, 2024
1 parent 61a550b commit 6846268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Clone repo
uses: actions/checkout@v3
- name: Setup SSH Keys and known_hosts
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.CI_ACTION_SSH_PRIV_KEY }}
- name: Setup git
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 6846268

Please sign in to comment.