fix: add missing permissions to release-please
This commit is contained in:
parent
d134acbcee
commit
848627e95e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
@ -2,6 +2,12 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
|
|
Loading…
Reference in a new issue