diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c70a99..c19f87d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: - uses: jiro4989/setup-nim-action@v1 with: nim-version: ${{ matrix.nim-version }} + repo-token: ${{ secrets.GITHUB_TOKEN }} - run: nimble test -d:release -y - run: nimble test -d:release -d:lto -y - run: nimble test --gc:orc -d:release -y