We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8307fcd commit 0b5bc5eCopy full SHA for 0b5bc5e
.gitlab/stages/00.pre.yml
@@ -123,7 +123,7 @@ maybe_cherry_pick_commit:
123
124
if [[ $CHERRYPICK_SUCCESSFUL -eq 0 ]]; then
125
curl \
126
- --header "PRIVATE-TOKEN: $PROJECT_ACCESS_TOKEN_MCORE" \
+ --header "PRIVATE-TOKEN: $PAT" \
127
--url https://${GITLAB_ENDPOINT}/api/v4/projects/141257/merge_requests \
128
-d "source_branch=cherry-pick-$MR_ID-$RELEASE_BRANCH" \
129
-d "target_branch=$RELEASE_BRANCH" \
0 commit comments