Skip to content

Publish

Publish #4

Workflow file for this run

name: Publish
"on":
workflow_call:
inputs:
tag_name:
required: true
type: string
workflow_dispatch:
inputs:
tag_name:
required: true
type: string
jobs:
publish:
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.1
with:
tag_name: ${{ inputs.tag_name }}
registry_fork: abcue/bazel-central-registry
attest: false
permissions:
contents: write
secrets:
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}