We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0cf4d commit c3b310bCopy full SHA for c3b310b
.github/workflows/publish-to-bcr.yml
@@ -27,5 +27,9 @@ jobs:
27
registry_fork: CodSpeedHQ/bazel-central-registry
28
# TODO: Change this back to bazel-central-registry when ready
29
registry: CodSpeedHQ/bazel-central-registry
30
+ permissions:
31
+ contents: write
32
+ id-token: write
33
+ attestations: write
34
secrets:
35
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments