From 6be437e4b71206f88accb05334e612c25540d8e6 Mon Sep 17 00:00:00 2001 From: Chris Montgomery Date: Wed, 20 Apr 2022 09:58:49 -0400 Subject: [PATCH] ci: use github token for authenticated requests in nix config --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 23fbe5a..7f95040 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,6 +18,7 @@ jobs: - uses: cachix/install-nix-action@v17 with: extra_nix_config: | + access-tokens = github.com=${{ github.token }} system-features = nixos-test benchmark big-parallel kvm recursive-nix substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=