Skip to content

Commit 3c14f22

Browse files
newhoggyjbgi
authored andcommitted
Specify Github token in install-nix-action configuration
1 parent 541b502 commit 3c14f22

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/check-mainnet-config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Install Nix
1717
uses: cachix/install-nix-action@v16
1818
with:
19+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1920
extra_nix_config: |
21+
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2022
experimental-features = nix-command flakes
2123
allow-import-from-derivation = true
2224
substituters = https://cache.nixos.org https://hydra.iohk.io

.github/workflows/check-nix-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install Nix
1717
uses: cachix/install-nix-action@v16
1818
with:
19+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1920
extra_nix_config: |
2021
experimental-features = nix-command flakes
2122
allow-import-from-derivation = true

0 commit comments

Comments
 (0)