From f3acd531187d9d2e90fb3d935c8b47ecceb60a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 7 May 2026 23:54:38 +0200 Subject: [PATCH] ci: contents write permission for release --- .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 66b03c1..36953a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,9 +6,12 @@ on: - 'v*' workflow_dispatch: # bouton manuel dans l'UI GitHub +permissions: + contents: write # nécessaire pour créer/upload les releases + jobs: build-mac: - runs-on: macos-14 # Apple Silicon (arm64), de_with optional fat build + runs-on: macos-14 # Apple Silicon (arm64) timeout-minutes: 60 steps: