Actualiser .github/workflows/ci.yml
Some checks failed
CI / build (push) Has been cancelled
CI / build (pull_request) Failing after 40s

This commit is contained in:
2025-11-21 23:37:44 +00:00
parent 550882b803
commit 88a9b70d53

View File

@@ -10,14 +10,12 @@ on:
jobs: jobs:
build: build:
runs-on: self-hosted # on utilise TON runner act_runner runs-on: ubuntu-latest
steps: steps:
- name: Checkout via SSH - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ssh-key: ${{ secrets.RUNNER_SSH_KEY }} # la clé privée ici
persist-credentials: false
fetch-depth: 1 fetch-depth: 1
- name: Setup Node.js - name: Setup Node.js