fix: fix permissions attribute in workflow (#8367)

This commit is contained in:
jrandolf 2022-05-19 12:51:18 +02:00 committed by GitHub
parent 8735b784ba
commit b2e82eece6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
release:
runs-on: ubuntu-latest
permission:
permissions:
contents: read|write
pull-requests: write
steps: