Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /