Skip to content

Commit d74cd8b

Browse files
authored
Add write permissions to release process (bytecodealliance#1047)
Looks like releases won't work without this any more
1 parent 161c598 commit d74cd8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-process.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
required: false
1717
default: 'bump'
1818

19+
permissions:
20+
contents: write
21+
1922
jobs:
2023
release_process:
2124
name: Run the release process

0 commit comments

Comments
 (0)