From 74916457b9a8a644259eb81299b946c9f8fa5541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Wed, 17 Dec 2025 09:39:39 +0100 Subject: [PATCH 1/2] ci: adjust permissions --- .github/workflows/on-merge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index cdad518a..cf1da016 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -12,6 +12,9 @@ on: - "**" permissions: + actions: read + checks: write + contents: read id-token: write concurrency: From 7090f8df9a1efff664a9521316918f7646ff85cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Wed, 17 Dec 2025 09:43:27 +0100 Subject: [PATCH 2/2] on-release --- .github/workflows/on-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index b5ae1d1a..af033a12 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -7,6 +7,9 @@ on: types: [published] permissions: + actions: read + checks: write + contents: read id-token: write jobs: