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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
name: release-please
|
name: release-please
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
|
|
Loading…
Reference in a new issue