From ededb4799798bd7ba58e4d48d603485b0f55740d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Jan 2026 14:53:48 +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 a61e24f..2eb5270 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