Skip to content

Commit f3a8dc0

Browse files
committed
Fix permissions in Actions workflow
1 parent 7b2b52e commit f3a8dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout code
@@ -28,6 +30,4 @@ jobs:
2830
files: |
2931
build/moon
3032
build/checksums.txt
31-
permissions:
32-
contents: write
3333

0 commit comments

Comments
 (0)