From 88a9b70d536dba6307788a75a38683fff4024b53 Mon Sep 17 00:00:00 2001 From: THOLOT DECHENE Matthieu Date: Fri, 21 Nov 2025 23:37:44 +0000 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dc7617..af70e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,12 @@ on: jobs: build: - runs-on: self-hosted # on utilise TON runner act_runner + runs-on: ubuntu-latest steps: - - name: Checkout via SSH + - name: Checkout uses: actions/checkout@v4 with: - ssh-key: ${{ secrets.RUNNER_SSH_KEY }} # la clé privée ici - persist-credentials: false fetch-depth: 1 - name: Setup Node.js