Skip to content

Commit

Permalink
add github access token for nix installer
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 18, 2024
1 parent 00b2cfe commit 14c6343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \
--extra-conf "trusted-users = root ${USER:-}" \
--extra-conf "experimental-features = nix-command flakes" \
--extra-conf "access-tokens = github.com=$GITHUB_TOKEN"
- name: Post-check nix
shell: bash
run: |
Expand Down

0 comments on commit 14c6343

Please sign in to comment.