From c1f9868ba22b2743600898dc4b41752f343304d5 Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Fri, 22 May 2026 22:34:02 +0200 Subject: [PATCH] fix: add package write permission to auto-release workflow --- .github/workflows/auto-release-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-release-create.yml b/.github/workflows/auto-release-create.yml index 9165169..a032b2e 100644 --- a/.github/workflows/auto-release-create.yml +++ b/.github/workflows/auto-release-create.yml @@ -20,6 +20,7 @@ on: permissions: contents: write + packages: write pull-requests: read jobs: