File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33env :
4- GH_TOKEN : ${{ github.token }}
4+ GITHUB_TOKEN : ${{ secrets.TAG_PR_TOKEN }}
55
66on :
77 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ git add ../README.md
5252git commit -m " [v$new_version ] $RELEASE_TITLE "
5353
5454# # push the commit and create a PR
55- git push -u " https://${GITHUB_ACTOR} :${GH_TOKEN } @github.com/aws/aws-iot-device-sdk-python-v2.git" ${new_version_branch}
55+ git push -u " https://${GITHUB_ACTOR} :${GITHUB_TOKEN } @github.com/aws/aws-iot-device-sdk-python-v2.git" ${new_version_branch}
5656gh pr create --title " AutoTag PR for v${new_version} " --body " AutoTag PR for v${new_version} " --head ${new_version_branch}
5757
5858# # Merge the PR
You can’t perform that action at this time.
0 commit comments