Add permissions

This commit is contained in:
Florian Stosse
2025-08-26 17:50:08 +02:00
parent 6e84a8d75c
commit 14255f678a
2 changed files with 11 additions and 16 deletions

View File

@@ -146,6 +146,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
attestations: write
needs:
- build
if: ${{ github.event_name != 'pull_request' }}