Skip to content

Publish release to BCR #15

Publish release to BCR

Publish release to BCR #15

name: "Push release to BCR"
on:
workflow_dispatch:
inputs:
version:
required: true
type: "string"
permissions:
id-token: write
attestations: write
contents: write
jobs:
publish:
name: "Publish to BCR"
permissions:
attestations: write
contents: write
id-token: write
uses: "bazel-contrib/publish-to-bcr/.github/workflows/[email protected]"
with:
tag_name: "${{ inputs.version }}"
tag_prefix: ""
registry_fork: "bazel-contrib/bazel-central-registry"
draft: false
secrets:
publish_token: "${{ secrets.BCR_PUBLISH_TOKEN }}"