Skip to content

Commit

Permalink
Merge pull request #153 from InternetUnexplorer/master
Browse files Browse the repository at this point in the history
fix typo in github_access_token option
  • Loading branch information
domenkozar authored Jan 19, 2023
2 parents b15708f + b95f682 commit 25d64bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ add_config "max-jobs = auto"
add_config "trusted-users = root $USER"
# Add github access token
if [[ $INPUT_GITHUB_ACCESS_TOKEN != "" ]]; then
add_config "access-tokens" "github.com=$INPUT_GITHUB_ACCESS_TOKEN"
add_config "access-tokens = github.com=$INPUT_GITHUB_ACCESS_TOKEN"
fi
# Append extra nix configuration if provided
if [[ $INPUT_EXTRA_NIX_CONFIG != "" ]]; then
Expand Down

0 comments on commit 25d64bb

Please sign in to comment.