Skip to content

Commit 9e7c70e

Browse files
committed
add repo token
1 parent 5f9172d commit 9e7c70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: jiro4989/setup-nim-action@v1
1616
with:
1717
nim-version: ${{ matrix.nim-version }}
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1819
- run: nimble test -y
1920
- run: nimble test --gc:orc -y
2021
- run: nim js -r tests/all.nim

0 commit comments

Comments
 (0)