Skip to content

Commit

Permalink
debug: use forked ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 12, 2024
1 parent 386744d commit 39776db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
run_install: false
- name: Configure SSH Agent
uses: webfactory/ssh-agent@v0.9.0
uses: goosewobbler/ssh-agent@master
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Package Manager Setup
Expand Down

0 comments on commit 39776db

Please sign in to comment.