Fix permissions

This commit is contained in:
Michael Telatynski 2025-02-11 15:10:59 +00:00 committed by GitHub
parent 8bf3ec29b9
commit 161323b595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ jobs:
environment: dockerhub
permissions:
id-token: write # needed for signing the images with GitHub OIDC Token
packages: write # needed for publishing packages to GHCR
steps:
- uses: actions/checkout@v4
with: