-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/gradle/com.fasterxml.jackson-ja…
…ckson-bom-2.17.2
- Loading branch information
Showing
3 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,7 @@ jobs: | |
uses: repo-sync/[email protected] | ||
id: create-pr | ||
with: | ||
# Use a personal token to file a PR as a non-bot author to trigger other workflows (e.g., unit tests): | ||
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token; | ||
github_token: ${{ secrets.GA_RELEASE_PR_PERSONAL_TOKEN }} | ||
github_token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} | ||
source_branch: cli-release-v${{ github.event.inputs.release_version }} | ||
pr_title: "CLI release v${{ github.event.inputs.release_version }}" | ||
pr_body: "To be merged after the release is complete." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,11 +62,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.project }}-release-v${{ github.event.inputs.release_version }} | ||
pr_title: "${{ github.event.inputs.project }} release v${{ github.event.inputs.release_version }}" | ||
pr_body: "To be merged after the release is complete." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters