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