Skip to content

Commit

Permalink
fix: gh release action permissions (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Oct 18, 2024
1 parent b975545 commit f976f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
permissions:
# this permission is mandatory for trusted publishing
id-token: write
# this permission is needed for commiting to pages branch
pages: write
# this permission is needed for documentation deployment
contents: write
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand Down

0 comments on commit f976f53

Please sign in to comment.