build: add missing permissions for release-plz action

This commit is contained in:
Chris Hennick 2024-04-22 19:41:16 -07:00
parent 58fd54c439
commit ee9f747491
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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