We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b15708f + b95f682 commit 25d64bbCopy full SHA for 25d64bb
install-nix.sh
@@ -23,7 +23,7 @@ add_config "max-jobs = auto"
23
add_config "trusted-users = root $USER"
24
# Add github access token
25
if [[ $INPUT_GITHUB_ACCESS_TOKEN != "" ]]; then
26
- add_config "access-tokens" "github.com=$INPUT_GITHUB_ACCESS_TOKEN"
+ add_config "access-tokens = github.com=$INPUT_GITHUB_ACCESS_TOKEN"
27
fi
28
# Append extra nix configuration if provided
29
if [[ $INPUT_EXTRA_NIX_CONFIG != "" ]]; then
0 commit comments