From 1973becce79d71a5d2b3a0edc4351517b8a22219 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Mon, 6 Oct 2025 16:34:51 +0200 Subject: [PATCH] Fix token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aaac599..6d00167f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: command: run .melodium-ci/Compo.toml buildTestAya artifact-path: 'logs/' secrets: - token: ${{ secrets.token }} + token: ${{ secrets.GITHUB_TOKEN }} #runs-on: ubuntu-latest #steps: # - uses: actions/checkout@v5