From 2da4736201f14ec7a7a09ebdf13d6517bfd5d852 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Tue, 11 Nov 2025 16:10:15 +0100 Subject: [PATCH] fix workflow permissions Signed-off-by: Matthias Bertschy --- .github/workflows/02-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/02-release.yaml b/.github/workflows/02-release.yaml index 8f28f578..36d16d62 100644 --- a/.github/workflows/02-release.yaml +++ b/.github/workflows/02-release.yaml @@ -3,7 +3,7 @@ permissions: read-all on: push: tags: - - 'v*.*.*-rc.*' + - "v*.*.*-rc.*" jobs: retag: outputs: @@ -32,6 +32,7 @@ jobs: statuses: read contents: write attestations: write + artifact-metadata: read needs: [retag] uses: ./.github/workflows/b-binary-build-and-e2e-tests.yaml with: