From a552b0db30812d3b439b9a26ba5b89c5506aae87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20R=C3=BCthing?= Date: Thu, 30 Oct 2025 14:37:09 +0100 Subject: [PATCH] Grant Permission to write Packages for Release --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cdd0100..c0ac0c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-24.04 permissions: contents: read + packages: write id-token: write steps: - name: login to container registry