fix: fix PR write permission to upload unsigned commit comment (#770)

This commit is contained in:
Valentin271 2024-01-08 16:26:15 +01:00 committed by GitHub
parent bbf2f906fb
commit 8dd177a051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# Check commit signature and add comment if needed
- name: Check signed commits in PR