From 38e038fe2fafab7e8c462ee8010417846c2efe1a Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Fri, 22 May 2026 22:34:12 +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 0922cd8..21a86fa 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: