From 5c2275e32a41058e9abdb5a50bb625cceafbfeb7 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Tue, 11 Nov 2025 16:13:04 +0100 Subject: [PATCH] Allow artifact-metadata read in release workflow Signed-off-by: Matthias Bertschy --- .github/workflows/02-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/02-release.yaml b/.github/workflows/02-release.yaml index 36d16d62..68591c0d 100644 --- a/.github/workflows/02-release.yaml +++ b/.github/workflows/02-release.yaml @@ -60,6 +60,7 @@ jobs: statuses: read security-events: read attestations: read + artifact-metadata: read needs: [retag, binary-build] uses: ./.github/workflows/c-create-release.yaml with: