Skip to content

Commit 6be437e

Browse files
committed
ci: use github token for authenticated requests in nix config
1 parent 7cbb59e commit 6be437e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: cachix/install-nix-action@v17
1919
with:
2020
extra_nix_config: |
21+
access-tokens = github.com=${{ github.token }}
2122
system-features = nixos-test benchmark big-parallel kvm recursive-nix
2223
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org
2324
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=

0 commit comments

Comments
 (0)