Skip to content

Commit b90e44c

Browse files
committed
chore: propagate GitLab access token env vars into the container
Signed-off-by: Nathan Nguyen <[email protected]>
1 parent c0ee863 commit b90e44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release_scripts/run_macaron.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ docker run \
413413
-e "USER_UID=${USER_UID}" \
414414
-e "USER_GID=${USER_GID}" \
415415
-e "GITHUB_TOKEN=${GITHUB_TOKEN}" \
416+
-e "MCN_PUBLIC_GITLAB_TOKEN=${MCN_PUBLIC_GITLAB_TOKEN}" \
417+
-e "MCN_PRIVATE_GITLAB_TOKEN=${MCN_PRIVATE_GITLAB_TOKEN}" \
416418
"${proxy_vars[@]}" \
417419
"${prod_vars[@]}" \
418420
"${mounts[@]}" \

0 commit comments

Comments
 (0)