Skip to content

Commit

Permalink
ci: token content permission must be write to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jun 25, 2024
1 parent 7363548 commit f7e3cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: windows-2022
permissions:
id-token: write
contents: read
contents: write # Must be 'write' to create a release
attestations: write
steps:
# - uses: nadock/verified_commits_check@f9b330e987c2e7121dfc0230e65cb5751ee5fac9
Expand Down

0 comments on commit f7e3cea

Please sign in to comment.