mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
fix: fix PR write permission to upload unsigned commit comment (#770)
This commit is contained in:
parent
bbf2f906fb
commit
8dd177a051
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-pr.yml
vendored
1
.github/workflows/check-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue