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
This commit is contained in:
Giacomo Cusinato 2025-04-02 21:51:35 +09:00 committed by GitHub
parent d293595b89
commit 8aa3c28c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -639,7 +639,7 @@ jobs:
permissions:
id-token: write
contents: read
contents: write
steps:
- name: Download all job transfer artifacts