Skip to content

Commit 25d64bb

Browse files
authored
Merge pull request #153 from InternetUnexplorer/master
fix typo in github_access_token option
2 parents b15708f + b95f682 commit 25d64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ add_config "max-jobs = auto"
2323
add_config "trusted-users = root $USER"
2424
# Add github access token
2525
if [[ $INPUT_GITHUB_ACCESS_TOKEN != "" ]]; then
26-
add_config "access-tokens" "github.com=$INPUT_GITHUB_ACCESS_TOKEN"
26+
add_config "access-tokens = github.com=$INPUT_GITHUB_ACCESS_TOKEN"
2727
fi
2828
# Append extra nix configuration if provided
2929
if [[ $INPUT_EXTRA_NIX_CONFIG != "" ]]; then

0 commit comments

Comments
 (0)