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 c084216 commit 11a37b6Copy full SHA for 11a37b6
.github/workflows/release.yml
@@ -67,6 +67,7 @@ jobs:
67
needs:
68
- validate-tag
69
permissions:
70
+ attestations: write
71
contents: write
72
id-token: write
73
env:
.github/workflows/snapshot.yml
@@ -38,6 +38,7 @@ jobs:
38
needs: validate
39
if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') }}
40
41
42
43
44
0 commit comments