Skip to content

Commit

Permalink
Merge pull request #10 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: fix "HTTP 403: Resource not accessible by integration"
  • Loading branch information
AkihiroSuda authored Jul 30, 2024
2 parents b2fd7be + 4ec09a1 commit a513f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# The maximum access is "read" for PRs from public forked repos
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
permissions:
id-token: write
contents: read
attestations: write
contents: write # for releases
id-token: write # for provenances
attestations: write # for provenances
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a513f44

Please # to comment.