Add write access to create content (#5)

This commit is contained in:
Thorsten Sommer 2024-06-24 13:04:15 +02:00 committed by GitHub
parent 329467123b
commit 5065a7c203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -768,6 +768,10 @@ jobs:
name: Publish release name: Publish release
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [read_metadata, create_release] needs: [read_metadata, create_release]
permissions:
contents: write
env: env:
FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }} FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }}
CHANGELOG: ${{ needs.read_metadata.outputs.changelog }} CHANGELOG: ${{ needs.read_metadata.outputs.changelog }}