Skip to content

Commit 0f6c07e

Browse files
committed
.github/workflows/release-bazel: ask for secret
In addition to passing the secret down from release.yml, release-bazel.yml has to ask for the secret explicitly. Change-Id: I5621e11a157ed242dd19da01d5731b15b6291664 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63970 Reviewed-by: Jeremy Kun <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent 432ac21 commit 0f6c07e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-bazel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
tag_name:
1313
required: true
1414
type: string
15+
secrets:
16+
BCR_PUBLISH_TOKEN:
17+
description: 'Token for pushing to re2-machine/bazel-central-registry'
18+
required: true
1519
jobs:
1620
release:
1721
uses: bazel-contrib/publish-to-bcr/.github/workflows/[email protected]

0 commit comments

Comments
 (0)