Nix CI: add GH token (#1557)

This commit is contained in:
Mihai Fufezan 2023-02-15 20:45:23 +02:00 committed by GitHub
parent 1992f27a26
commit ab6a092dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 26 deletions

View file

@ -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: