fix(ci): add contents write permission to release-plz PR (#2119)
https://release-plz.dev/docs/github/quickstart#3-setup-the-workflow Fixes https://github.com/release-plz/release-plz/issues/2439
This commit is contained in:
1
.github/workflows/release-plz.yml
vendored
1
.github/workflows/release-plz.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
||||
name: Release-plz PR
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'ratatui' }}
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user