From 51af3a8cbe05e1a62bdae3f80dc53738bfd997d9 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Thu, 12 Jun 2025 19:10:50 +0200 Subject: [PATCH] add missing permission in workflow (#4645) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccbdeec0..d8aeca85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: permissions: id-token: write attestations: write + contents: write jobs: binaries: