Skip to content

Commit ad4812d

Browse files
authored
Merge pull request #179 from GoogleContainerTools/release-workflow
chore: update release workflow
2 parents 9270ee5 + f44831c commit ad4812d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
uses: repo-sync/[email protected]
5151
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."

0 commit comments

Comments
 (0)