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.
id-token: write
1 parent a046d61 commit b4fbd13Copy full SHA for b4fbd13
.github/workflows/release.yml
@@ -11,6 +11,7 @@ jobs:
11
12
permissions:
13
contents: write # to be able to publish a GitHub release
14
+ id-token: write # to be able to generate provenance
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments