Skip to content

Commit 0b5bc5e

Browse files
committed
ADLR/megatron-lm!2066 - ci: Use PAT for mirroring
1 parent 8307fcd commit 0b5bc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/stages/00.pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ maybe_cherry_pick_commit:
123123
124124
if [[ $CHERRYPICK_SUCCESSFUL -eq 0 ]]; then
125125
curl \
126-
--header "PRIVATE-TOKEN: $PROJECT_ACCESS_TOKEN_MCORE" \
126+
--header "PRIVATE-TOKEN: $PAT" \
127127
--url https://${GITLAB_ENDPOINT}/api/v4/projects/141257/merge_requests \
128128
-d "source_branch=cherry-pick-$MR_ID-$RELEASE_BRANCH" \
129129
-d "target_branch=$RELEASE_BRANCH" \

0 commit comments

Comments
 (0)