mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
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:
parent
d293595b89
commit
8aa3c28c50
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -639,7 +639,7 @@ jobs:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Download all job transfer artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user