build: add missing permissions for release-plz action
This commit is contained in:
parent
58fd54c439
commit
ee9f747491
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-plz.yml
vendored
3
.github/workflows/release-plz.yml
vendored
|
@ -3,6 +3,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
release-plz:
|
release-plz:
|
||||||
name: Release-plz
|
name: Release-plz
|
||||||
|
|
Loading…
Add table
Reference in a new issue