From 8aa3c28c509341d912da74d8a7f34e10821254a3 Mon Sep 17 00:00:00 2001 From: Giacomo Cusinato <7659518+giacomocusinato@users.noreply.github.com> Date: Wed, 2 Apr 2025 21:51:35 +0900 Subject: [PATCH] fix: allow write permission on release job (#2676) Permission were previously changed here https://github.com/arduino/arduino-ide/pull/2651 Repo write permission is needed to allow creating the github release and publishing files --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b71ff4f4..8d8fb255 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -639,7 +639,7 @@ jobs: permissions: id-token: write - contents: read + contents: write steps: - name: Download all job transfer artifacts