Skip to content

Commit c06020f

Browse files
committed
Disable attestation in publish.yaml workflow.
1 parent 15fef5f commit c06020f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
tag_name: ${{ inputs.tag_name }}
2525
# TODO: https://github.com/grpc/grpc-kotlin/pull/641 - Create a fork within grpc org.
2626
registry_fork: duckladydinh/bazel-central-registry
27+
# Attestation needs bazel-contrib/.github/blob/master/.github/workflows/release_ruleset.yaml
28+
# with a custom release_prep.sh (see rules_buf for example), which is too hard.
29+
attest: false
2730
permissions:
2831
attestations: write
2932
contents: write

0 commit comments

Comments
 (0)