From 80fd02fb588f61ba63b9deb8e839e271c4c94ebf Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Jan 2026 14:35:54 +0100 Subject: [PATCH] github-action: add artifact-metadata permission for attestations --- .github/workflows/release-main.yml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index adf765aa..20c17c16 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -14,10 +14,11 @@ jobs: release: runs-on: ubuntu-latest permissions: + artifact-metadata: write + attestations: write contents: write id-token: write packages: write - attestations: write steps: - uses: actions/checkout@v6 - name: Bootstrap Action Workspace diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cd88609..47d87640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,11 @@ jobs: release: runs-on: ubuntu-latest permissions: + artifact-metadata: write + attestations: write contents: write id-token: write issues: write - attestations: write steps: - uses: actions/checkout@v6 - name: Bootstrap Action Workspace