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.
2 parents b2fd7be + 4ec09a1 commit a513f44Copy full SHA for a513f44
.github/workflows/release.yml
@@ -18,9 +18,9 @@ jobs:
18
# The maximum access is "read" for PRs from public forked repos
19
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
20
permissions:
21
- id-token: write
22
- contents: read
23
- attestations: write
+ contents: write # for releases
+ id-token: write # for provenances
+ attestations: write # for provenances
24
steps:
25
- uses: actions/checkout@v4
26
with:
0 commit comments