From 31b0deb9e591cf895f7706e2b876f2260621d59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 16 Mar 2026 10:24:43 +0000 Subject: [PATCH] chore: Update release.yml to include permissions Added permissions for contents and id-token in release workflow --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6396880..e239c3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,9 +4,12 @@ on: tags: - 'v*' +permissions: + contents: read + id-token: write + jobs: build: - runs-on: ubuntu-latest strategy: