Skip to content

Commit c38d86d

Browse files
committed
Apparently we don't need full contents write for the attestations?
1 parent c77ad63 commit c38d86d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ jobs:
229229
permissions:
230230
# Use to sign the release artifacts
231231
id-token: write
232-
# Used to upload release artifacts
233-
contents: write
232+
# necessary to create the artifact storage record.
233+
artifact-metadata: write
234234
# Used to generate artifact attestation
235235
attestations: write
236236
environment: release

0 commit comments

Comments
 (0)