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 ed7064f commit a0c2db7Copy full SHA for a0c2db7
.github/workflows/publish.yaml
@@ -27,6 +27,8 @@ jobs:
27
tag_name: ${{ inputs.tag_name }}
28
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
29
registry_fork: protocolbuffers/bazel-central-registry
30
+ # Require pull request to be created manually in order to avoid using a classic PAT
31
+ open_pull_request: false
32
permissions:
33
attestations: write
34
contents: write
0 commit comments