Merge pull request #6482 from str4d/ci-checks-fix-permissions

CI: Fix permissions for Checks workflow
This commit is contained in:
str4d 2023-03-14 15:28:34 +00:00 committed by GitHub
commit d8a89dfacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ name: Checks
on: pull_request_target
permissions:
contents: read,write
contents: read
issues: write
jobs:
recent-base: