fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s

This commit is contained in:
Daniel Kempkens 2023-09-13 21:11:31 +02:00
parent 0b2f6c1178
commit 38a2f2793d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,4 +13,8 @@ jobs:
init: none init: none
planner: linux planner: linux
- run: env - run: env
- run: unsetenv GITHUB_TOKEN && nix flake check --keep-going env:
GITHUB_TOKEN: ''
- run: nix flake check --keep-going
env:
GITHUB_TOKEN: ''