Test CI : ssh connection

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

View file

@ -6,8 +6,8 @@ jobs:
container: container:
image: nixos/nix:2.24.9 image: nixos/nix:2.24.9
steps: steps:
- name: make ssh connection - 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