This commit is contained in:
parent
db6b375790
commit
c577cbf8fa
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: Clone repo and connect to ssh
|
||||
run: |
|
||||
nix-shell -p git ssh-agents
|
||||
|
|
Loading…
Reference in a new issue