Skip to content

Commit dcace2f

Browse files
authored
Update token for BCR release to reuse existing BOT_ACCESS_TOKEN used for staleness_refresh.yml and update_php_repo.yml (#23925)
PiperOrigin-RevId: 817747389
1 parent d5217fd commit dcace2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_to_bcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: string
1111
secrets:
1212
# This token should be owned by https://github.com/protobuf-team-bot
13-
BCR_PUBLISH_TOKEN:
13+
BOT_ACCESS_TOKEN:
1414
required: true
1515
# In case of problems, let release engineers retry by manually dispatching
1616
# the workflow from the GitHub UI
@@ -33,4 +33,4 @@ jobs:
3333
id-token: write
3434
secrets:
3535
# Necessary to push to the BCR fork, and to open a pull request against a registry
36-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
36+
publish_token: ${{ secrets.BOT_ACCESS_TOKEN }}

.github/workflows/release_bazel_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
tag_name: ${{ inputs.tag_name }}
3232
secrets:
33-
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
33+
BOT_ACCESS_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)