try fetching token on ci
This commit is contained in:
parent
dfc75a57bd
commit
960526e24f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
|||
check:
|
||||
image: nixpkgs/nix-flakes:latest
|
||||
pull: true
|
||||
secrets: [ sourcehut_token ]
|
||||
commands:
|
||||
- nix --no-sandbox flake info
|
||||
- nix --no-sandbox develop -c statix check
|
||||
|
|
Loading…
Reference in a new issue