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:10:28 +02:00
parent 097573f828
commit 0b2f6c1178
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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