Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN to NIX_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 22, 2024
1 parent 29a66f2 commit 80b6b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
PATH=$HOME/go/bin:$PATH gotestsum --junitfile junit.xml ./...
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}"
- name: Test web server
run: |
./bin/main 8001 &
Expand Down

0 comments on commit 80b6b06

Please sign in to comment.