Skip to content

Commit 45c7f8a

Browse files
authored
Also add pull-requests permission to release CI (bytecodealliance#1048)
This wasn't needed in the Wasmtime repository but it's needed here because a custom token is not used.
1 parent d74cd8b commit 45c7f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-process.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
permissions:
2020
contents: write
21+
pull-requests: write
2122

2223
jobs:
2324
release_process:

0 commit comments

Comments
 (0)