File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ replace_script() {
14
14
}
15
15
16
16
# If you get errors like rate limit exceeded, you can run these tests
17
- # with "GITHUB_AUTH =gitHubUserName:token"
17
+ # with "AUTH_GITHUB =gitHubUserName:token"
18
18
# Follow this guide: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
19
19
# to create an API token, and give it access to public repositories.
20
- if [ -z " ${GITHUB_AUTH :- } " ]
20
+ if [ -z " ${AUTH_GITHUB :- } " ]
21
21
then
22
22
AUTH=" "
23
23
else
24
- AUTH=" --github-auth $GITHUB_AUTH "
24
+ AUTH=" --github-auth $AUTH_GITHUB "
25
25
fi
26
26
27
27
runCommandAndCompareToSnapshot () {
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://turbo.build/schema.json" ,
3
3
"globalEnv" : [" NO_COLOR" , " LOCAL_ELM_REVIEW_SRC" , " ELM_HOME" ],
4
- "globalPassThroughEnv" : [" GITHUB_TOKEN" , " GITHUB_AUTH " ],
4
+ "globalPassThroughEnv" : [" GITHUB_TOKEN" , " AUTH_GITHUB " ],
5
5
"tasks" : {
6
6
"elm-format" : {
7
7
"inputs" : [
You can’t perform that action at this time.
0 commit comments