From 39ebd7bdaf1ed38aa8836d001ea64f7749b2cca3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Jan 2026 14:50:21 +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 cf31fa3..54c28db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: release: runs-on: ubuntu-latest permissions: + artifact-metadata: write attestations: write contents: read id-token: write