File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3434 with :
3535 repository : flutteractionsbot/flutter
36- token : ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }}
3736 path : flutter
3837 ref : master
38+ persist-credentials : false
3939 # Checkout all history commits on master branch, so that the cp commit is a known object
4040 fetch-depth : 0
4141 # use same name when checking out branch, since the marketplace action does a hard reset.
5858 if : ${{ steps.attempt-cp.conclusion == 'success' }}
5959 working-directory : ./flutter
6060 run : |
61- git push -u origin cp-${CHANNEL}-${COMMIT_SHA}
62- gh pr create --title "[CP-${CHANNEL}]${PR_TITLE}" --body-file ../PULL_REQUEST_CP_TEMPLATE.md --base ${RELEASE_BRANCH} --label "cp: review" --repo flutter/flutter
61+ git push https://${{ env.GITHUB_TOKEN }}@github.com/flutteractionsbot/flutter cp-${CHANNEL}-${COMMIT_SHA}
62+ gh pr create --title "[CP-${CHANNEL}]${PR_TITLE}" --body-file ../PULL_REQUEST_CP_TEMPLATE.md --base ${RELEASE_BRANCH} --label "cp: review" --repo flutter/flutter --head flutteractionsbot:cp-${CHANNEL}-${COMMIT_SHA}
6363 env :
6464 GITHUB_TOKEN : ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }}
6565 PR_TITLE : ${{ github.event.pull_request.title }}
You can’t perform that action at this time.
0 commit comments