diff options
author | Mikhail Shchatko <mikhail.shchatko@mongodb.com> | 2021-05-14 15:46:07 +0300 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-14 13:52:47 +0000 |
commit | cf277bd5000a5dc798e633173532932fe6501851 (patch) | |
tree | 0b8f00d81695f05200b98811740fb2973cc69473 /evergreen/compiled_binaries_get.sh | |
parent | 0653110f8b10dd0cd172e733b94e23f2f5a04371 (diff) | |
download | mongo-cf277bd5000a5dc798e633173532932fe6501851.tar.gz |
SERVER-56951 Fix github oath token in setup multiversion
Diffstat (limited to 'evergreen/compiled_binaries_get.sh')
-rwxr-xr-x | evergreen/compiled_binaries_get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/compiled_binaries_get.sh b/evergreen/compiled_binaries_get.sh index b007fd97709..566015a3273 100755 --- a/evergreen/compiled_binaries_get.sh +++ b/evergreen/compiled_binaries_get.sh @@ -42,5 +42,5 @@ $python buildscripts/resmoke.py setup-multiversion \ --edition $edition \ --platform $platform \ --architecture $architecture \ - --githubOauthToken "${github_token}" \ + --githubOauthToken "${global_github_oauth_token}" \ --useLatest master |