We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541b502 commit 3c14f22Copy full SHA for 3c14f22
.github/workflows/check-mainnet-config.yml
@@ -16,7 +16,9 @@ jobs:
16
- name: Install Nix
17
uses: cachix/install-nix-action@v16
18
with:
19
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
20
extra_nix_config: |
21
+ access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
22
experimental-features = nix-command flakes
23
allow-import-from-derivation = true
24
substituters = https://cache.nixos.org https://hydra.iohk.io
.github/workflows/check-nix-config.yml
@@ -16,6 +16,7 @@ jobs:
0 commit comments