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 1
1
name : Release
2
2
3
3
env :
4
- GH_TOKEN : ${{ github.token }}
4
+ GITHUB_TOKEN : ${{ secrets.TAG_PR_TOKEN }}
5
5
6
6
on :
7
7
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ git add ../README.md
52
52
git commit -m " [v$new_version ] $RELEASE_TITLE "
53
53
54
54
# # 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}
56
56
gh pr create --title " AutoTag PR for v${new_version} " --body " AutoTag PR for v${new_version} " --head ${new_version_branch}
57
57
58
58
# # Merge the PR
You can’t perform that action at this time.
0 commit comments