Fix permissions

This commit is contained in:
Michael Telatynski
2025-02-11 15:10:59 +00:00
committed by GitHub
parent 8bf3ec29b9
commit 161323b595

View File

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