Nix CI: add GH token (#1557)
This commit is contained in:
parent
1992f27a26
commit
ab6a092dbc
3 changed files with 2 additions and 26 deletions
1
.github/workflows/nix-build.yaml
vendored
1
.github/workflows/nix-build.yaml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
install_url: https://nixos.org/nix/install
|
||||
extra_nix_config: |
|
||||
auto-optimise-store = true
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
experimental-features = nix-command flakes
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue