Skip to content

Commit 838683f

Browse files
authored
Fix release workflow
Add write contents permissions to release workflow
1 parent 267ae7a commit 838683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
11+
contents: write
1212
packages: write
1313

1414
steps:

0 commit comments

Comments
 (0)