fix(ci): avoid nix trying to use GH access-token
All checks were successful
Flake checks / Check (pull_request) Successful in 13m28s

The GITHUB_TOKEN env var is set on each step by
https://code.forgejo.org/forgejo/runner, but only to communicate with
forgejo to access the repo (if it is private)

error: unable to download '4e422edf6b': HTTP error 401
This commit is contained in:
teutat3s 2023-12-14 00:18:28 +01:00
parent 2c7b10d2a0
commit eb8ad0f471
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -47,4 +47,4 @@ jobs:
- name: Run flake checks
run: |
nix --print-build-logs --verbose --accept-flake-config flake check
nix --print-build-logs --verbose --accept-flake-config --access-tokens '' flake check