Skip to content

Commit

Permalink
Merge branch 'ko3n1g/ci/fix-mirroring-2' into 'main'
Browse files Browse the repository at this point in the history
ci: Use PAT for mirroring

See merge request ADLR/megatron-lm!2066
  • Loading branch information
ko3n1g committed Sep 9, 2024
2 parents 8307fcd + 0b5bc5e commit 27c3737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/stages/00.pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ maybe_cherry_pick_commit:
if [[ $CHERRYPICK_SUCCESSFUL -eq 0 ]]; then
curl \
--header "PRIVATE-TOKEN: $PROJECT_ACCESS_TOKEN_MCORE" \
--header "PRIVATE-TOKEN: $PAT" \
--url https://${GITLAB_ENDPOINT}/api/v4/projects/141257/merge_requests \
-d "source_branch=cherry-pick-$MR_ID-$RELEASE_BRANCH" \
-d "target_branch=$RELEASE_BRANCH" \
Expand Down

0 comments on commit 27c3737

Please sign in to comment.