File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 56
56
uses : repo-sync/pull-request@v2.12.1
57
57
id : create-pr
58
58
with :
59
- # Use a personal token to file a PR as a non-bot author to trigger other workflows (e.g., unit tests):
60
- # https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token;
61
- github_token : ${{ secrets.GA_RELEASE_PR_PERSONAL_TOKEN }}
59
+ github_token : ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
62
60
source_branch : cli-release-v${{ github.event.inputs.release_version }}
63
61
pr_title : " CLI release v${{ github.event.inputs.release_version }}"
64
62
pr_body : " To be merged after the release is complete."
Original file line number Diff line number Diff line change 62
62
uses : repo-sync/pull-request@v2.12.1
63
63
id : create-pr
64
64
with :
65
- # Use a personal token to file a PR to trigger other workflows (e.g., unit tests).
66
- # Save your access token as GA_RELEASE_PR_PERSONAL_TOKEN.
67
- # https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
68
- # https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
69
- github_token : ${{ secrets.GA_RELEASE_PR_PERSONAL_TOKEN }}
65
+ github_token : ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
70
66
source_branch : ${{ github.event.inputs.project }}-release-v${{ github.event.inputs.release_version }}
71
67
pr_title : " ${{ github.event.inputs.project }} release v${{ github.event.inputs.release_version }}"
72
68
pr_body : " To be merged after the release is complete."
You can’t perform that action at this time.
0 commit comments