Skip to content

Commit 8aa3c28

Browse files
fix: allow write permission on release job (#2676)
Permission were previously changed here #2651 Repo write permission is needed to allow creating the github release and publishing files
1 parent d293595 commit 8aa3c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ jobs:
639639

640640
permissions:
641641
id-token: write
642-
contents: read
642+
contents: write
643643

644644
steps:
645645
- name: Download all job transfer artifacts

0 commit comments

Comments
 (0)