From efa13eb84a510b0e77f1b7948fdb0550b88ea689 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Mon, 6 Oct 2025 16:33:38 +0200 Subject: [PATCH] Add pseudo-token --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd1bded4..2aaac599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: with: command: run .melodium-ci/Compo.toml buildTestAya artifact-path: 'logs/' - + secrets: + token: ${{ secrets.token }} #runs-on: ubuntu-latest #steps: # - uses: actions/checkout@v5