Skip to content

Commit a513f44

Browse files
authored
Merge pull request #10 from AkihiroSuda/dev
CI: fix "HTTP 403: Resource not accessible by integration"
2 parents b2fd7be + 4ec09a1 commit a513f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
# The maximum access is "read" for PRs from public forked repos
1919
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
2020
permissions:
21-
id-token: write
22-
contents: read
23-
attestations: write
21+
contents: write # for releases
22+
id-token: write # for provenances
23+
attestations: write # for provenances
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

0 commit comments

Comments
 (0)