Skip to content

Commit 8ac8287

Browse files
authored
chore(release): bump publish-to-bcr to 1.0
1 parent bca8f6c commit 8ac8287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
secrets:
10-
publish_token:
10+
BCR_PUBLISH_TOKEN:
1111
required: true
1212
# In case of problems, let release engineers retry by manually dispatching
1313
# the workflow from the GitHub UI
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
publish:
22-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.0.4
22+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
2323
with:
2424
tag_name: ${{ inputs.tag_name }}
2525
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
@@ -30,4 +30,4 @@ jobs:
3030
id-token: write
3131
secrets:
3232
# Necessary to push to the BCR fork, and to open a pull request against a registry
33-
publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
33+
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)