Skip to content

Commit 8189958

Browse files
committed
Merge branch 'main' into 1.29-releases
2 parents b28f273 + f80f622 commit 8189958

File tree

20 files changed

+631
-63
lines changed

20 files changed

+631
-63
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ functions:
114114
115115
if [ "\$EVERGREEN_BUILD_VARIANT" = rhel ]; then
116116
# To build node modules on RHEL post electron 13 we need
117-
# a newer c++ compiler version, this adds it.
117+
# a newer c++ compiler version, this adds it.
118118
# https://jira.mongodb.org/browse/COMPASS-5150
119119
export PATH="/opt/mongodbtoolchain/v3/bin:\$PATH"
120120
fi
@@ -318,7 +318,7 @@ functions:
318318
source ~/compass_env.sh
319319
320320
# Required to upload release assets to GitHub
321-
export GITHUB_TOKEN=${leafybot_github_token}
321+
export GITHUB_TOKEN=${devtoolsbot_github_token}
322322
323323
# Required to upload release assets to s3 for download center
324324
export DOWNLOAD_CENTER_AWS_ACCESS_KEY_ID=${aws_key_evergreen_integrations}

0 commit comments

Comments
 (0)