Skip to content

Commit 01d7323

Browse files
committed
ci: give write access to contents in order to update releases
1 parent 6d76f0c commit 01d7323

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Linux
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

.github/workflows/build.mac.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build macOS
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Windows
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

0 commit comments

Comments
 (0)