From 7fe6d0db4b62882c7642d8b1c810b711f5655129 Mon Sep 17 00:00:00 2001 From: THOLOT DECHENE Matthieu Date: Fri, 21 Nov 2025 20:26:55 +0000 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69afdce..f75a9f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: + ssh-key: ${{ secrets.RUNNER_SSH_KEY }} node-version: 20 cache: 'npm' - name: Install dependencies