Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_bcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
secrets:
# This token should be owned by https://github.com/protobuf-team-bot
BCR_PUBLISH_TOKEN:
BOT_ACCESS_TOKEN:
required: true
# In case of problems, let release engineers retry by manually dispatching
# the workflow from the GitHub UI
Expand All @@ -33,4 +33,4 @@ jobs:
id-token: write
secrets:
# Necessary to push to the BCR fork, and to open a pull request against a registry
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
publish_token: ${{ secrets.BOT_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release_bazel_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
tag_name: ${{ inputs.tag_name }}
secrets:
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
BOT_ACCESS_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
Loading