Skip to content

Commit df89aa5

Browse files
authored
Explicitly require write permissions on release process (#9198)
The default token for this repository is now read-only but this workflow needs writable permissions. Local testing seems to show that this should work so let's try it out here.
1 parent ae92cb4 commit df89aa5

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
@@ -32,6 +32,9 @@ on:
3232
required: false
3333
default: 'cut'
3434

35+
permissions:
36+
contents: write
37+
3538
jobs:
3639
release_process:
3740
if: "github.repository == 'bytecodealliance/wasmtime' || !github.event.schedule"

0 commit comments

Comments
 (0)