File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1919
2020jobs :
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.
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 }}
You can’t perform that action at this time.
0 commit comments