File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 20
20
tags :
21
21
- " v*.*.*"
22
22
23
+ permissions :
24
+ id-token : write # Needed to attest provenance
25
+ attestations : write # Needed to attest provenance
26
+ contents : write # Needed to create release
27
+
23
28
jobs :
24
29
release :
25
30
uses :
bazel-contrib/.github/.github/workflows/[email protected] # 2025-03-17
26
31
with :
27
32
prerelease : false
28
33
release_files : rules_lint-*.tar.gz
29
34
tag_name : ${{ inputs.tag_name }}
30
- permissions :
31
- id-token : write # Needed to attest provenance
32
- attestations : write # Needed to attest provenance
33
- contents : write # Needed to create release
34
35
publish :
35
36
needs : release
36
37
uses : ./.github/workflows/publish.yaml
37
38
with :
38
39
tag_name : ${{ inputs.tag_name }}
39
- permissions :
40
- contents : write # allow appending new attestation files to the release
You can’t perform that action at this time.
0 commit comments