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

This commit is contained in:
Théo Barnouin 2024-10-23 18:22:21 +02:00
parent c577cbf8fa
commit f1543c0cba

View file

@ -6,7 +6,6 @@ jobs:
container: container:
image: nixos/nix:2.24.9 image: nixos/nix:2.24.9
steps: steps:
- 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 }}