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

This commit is contained in:
Théo Barnouin 2024-10-23 18:20:57 +02:00
parent db6b375790
commit c577cbf8fa

View file

@ -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