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:
|
check:
|
||||||
image: nixpkgs/nix-flakes:latest
|
image: nixpkgs/nix-flakes:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
secrets: [ sourcehut_token ]
|
||||||
commands:
|
commands:
|
||||||
- nix --no-sandbox flake info
|
- nix --no-sandbox flake info
|
||||||
- nix --no-sandbox develop -c statix check
|
- nix --no-sandbox develop -c statix check
|
||||||
|
|
Loading…
Reference in a new issue