Test CI : ssh connection
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
Théo Barnouin 2024-10-23 18:24:50 +02:00
parent f1543c0cba
commit 7f79c0a700

View file

@ -6,7 +6,7 @@ jobs:
container: container:
image: nixos/nix:2.24.9 image: nixos/nix:2.24.9
steps: steps:
- uses: webfactory/ssh-agent@v0.9.0 - uses: https://code.forgejo.org/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