File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments