Skip to content

Commit

Permalink
Merge pull request #179 from GoogleContainerTools/release-workflow
Browse files Browse the repository at this point in the history
chore: update release workflow
  • Loading branch information
mpeddada1 authored Jul 28, 2024
2 parents 9270ee5 + f44831c commit ad4812d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ jobs:
uses: repo-sync/[email protected]
id: create-pr
with:
# Use a personal token to file a PR to trigger other workflows (e.g., unit tests).
# Save your access token as GA_RELEASE_PR_PERSONAL_TOKEN.
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
# https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
github_token: ${{ secrets.GA_RELEASE_PR_PERSONAL_TOKEN }}
github_token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
source_branch: ${{ github.event.inputs.jib_extension }}-release-v${{ github.event.inputs.release_version }}
pr_title: "${{ github.event.inputs.jib_extension }} release v${{ github.event.inputs.release_version }}"
pr_body: "To be merged after the release is complete."
Expand Down

0 comments on commit ad4812d

Please sign in to comment.