From 0c9f8144bba8287e34312c8eb9bf9f63e5fc4d3f Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 29 Nov 2025 20:52:06 +0100 Subject: [PATCH] fix: add attestations write permission for manifest job --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0217205..daa4a48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,6 +77,7 @@ jobs: contents: read packages: write id-token: write + attestations: write steps: - name: Log in to GitHub Container Registry