fix: try ignoring GITHUB_TOKEN
All checks were successful
Check / check (push) Successful in 1m21s

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

View file

@ -12,9 +12,5 @@ jobs:
with: with:
init: none init: none
planner: linux planner: linux
- run: env github-token: null
env:
GITHUB_TOKEN: ''
- run: nix flake check --keep-going - run: nix flake check --keep-going
env:
GITHUB_TOKEN: ''