ci(release): add pull-request permission
This commit is contained in:
parent
11bd7b77ec
commit
fbe4fcf3b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-please.yml
vendored
1
.github/workflows/release-please.yml
vendored
|
@ -6,6 +6,7 @@ name: release-please
|
|||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
|
|
Loading…
Reference in a new issue