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