From 041ac28957eb1c3fd1a00539f753f0be75b25870 Mon Sep 17 00:00:00 2001 From: Lukas Streckeisen Date: Fri, 27 Jun 2025 16:09:00 +0200 Subject: [PATCH] add missing package read permission --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee26d49..77f059e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ permissions: contents: write actions: read checks: write + packages: read jobs: release-build: