Skip to content

Commit 7ee8f9c

Browse files
committed
ci: Grant write for issues and pull requests too
There's a list of required permissions here: https://github.com/semantic-release/github#github-authentication
1 parent addd305 commit 7ee8f9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
runs-on: ubuntu-latest
6565
permissions:
6666
contents: write
67+
issues: write
68+
pull-requests: write
6769
steps:
6870
- uses: actions/checkout@v3
6971
with:

0 commit comments

Comments
 (0)