Skip to content

Commit

Permalink
fix: gh release action permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Oct 18, 2024
1 parent 79bcc6c commit 24c4a6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
# this permission is mandatory for trusted publishing
id-token: write
# this permission is needed for commiting to pages branch
pages: write
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand Down

0 comments on commit 24c4a6d

Please sign in to comment.