From cd08abbb887f31a1fd54284b87f2cc80bed2918b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Jan 2026 14:32:47 +0100 Subject: [PATCH] github-action: add artifact-metadata permission for attestations --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b51dc6d0..c79dc2f14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: release: runs-on: ubuntu-latest permissions: + artifact-metadata: write attestations: write contents: write id-token: write