From c21113bf7fb3240a0a233b93ace71a1377b4c50b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Jan 2026 14:51:46 +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 0424ced..01a0bfd 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