This commit is contained in:
parent
0b2f6c1178
commit
38a2f2793d
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@ jobs:
|
|||
init: none
|
||||
planner: linux
|
||||
- run: env
|
||||
- run: unsetenv GITHUB_TOKEN && nix flake check --keep-going
|
||||
env:
|
||||
GITHUB_TOKEN: ''
|
||||
- run: nix flake check --keep-going
|
||||
env:
|
||||
GITHUB_TOKEN: ''
|
||||
|
|
Reference in a new issue