From 123cd593f513d584526f119e7ccb65a7baefa8fa Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sat, 31 Dec 2022 13:27:38 -0600 Subject: [PATCH] add repo-token --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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