Test CI : ssh connection
This commit is contained in:
parent
ea1755bded
commit
db6b375790
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ jobs:
|
|||
container:
|
||||
image: nixos/nix:2.24.9
|
||||
steps:
|
||||
- name: make ssh connection
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
- uses: actions/checkout@v4
|
||||
- uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: Clone repo and connect to ssh
|
||||
|
|
Loading…
Reference in a new issue