File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 50505151 id : create-pr
5252 with :
53- # Use a personal token to file a PR to trigger other workflows (e.g., unit tests).
54- # Save your access token as GA_RELEASE_PR_PERSONAL_TOKEN.
55- # https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
56- # https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
57- github_token : ${{ secrets.GA_RELEASE_PR_PERSONAL_TOKEN }}
53+ github_token : ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
5854 source_branch : ${{ github.event.inputs.jib_extension }}-release-v${{ github.event.inputs.release_version }}
5955 pr_title : " ${{ github.event.inputs.jib_extension }} release v${{ github.event.inputs.release_version }}"
6056 pr_body : " To be merged after the release is complete."
You can’t perform that action at this time.
0 commit comments