summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-05-14 17:06:53 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-14 14:50:01 +0000
commitaef7c0fc562ce2e8ddd40b5134c48bcdf57280da (patch)
tree0fbf1715fb09aedbef8d063ef7de6d612568b748
parent713f6d9ad8cd9d1e01388d978f8fb3268ea79252 (diff)
downloadmongo-aef7c0fc562ce2e8ddd40b5134c48bcdf57280da.tar.gz
SERVER-56951 Fix github oath token in setup multiversion
-rw-r--r--etc/evergreen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 88ec9ff66a5..b17b274466d 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1228,7 +1228,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
+ --githubOauthToken "${global_github_oauth_token}" \
--useLatest 3.6 4.0
# The platform and architecture for how some of the binaries are reported in
@@ -1254,7 +1254,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
+ --githubOauthToken "${global_github_oauth_token}" \
--useLatest 4.2 4.2.1
# The platform and architecture for how some of the binaries are reported in
@@ -1280,7 +1280,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
+ --githubOauthToken "${global_github_oauth_token}" \
--useLatest 4.4 4.7 4.8
# This is primarily for tests for infrastructure which don't always need the latest
@@ -1292,7 +1292,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
+ --githubOauthToken "${global_github_oauth_token}" \
--useLatest master
fi