Skip to content

Commit 5b100da

Browse files
committed
Fix typo in github token env variable
1 parent 86573a7 commit 5b100da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ functions:
289289
export PATH="${node_path}:$PATH"
290290
export CI=1
291291
export EVERGREEN=1
292-
export GTIHUB_TOKEN=${leafybot_github_token}
292+
export GITHUB_TOKEN=${leafybot_github_token}
293293
test -n '${add_env_appdata|}' && export APPDATA='${add_env_appdata|}'
294294
${npm|npm} run upload;
295295

0 commit comments

Comments
 (0)