Give pr write permission to checkstyle workflow.

This commit is contained in:
Jeremy Wood 2023-09-09 10:26:20 -04:00
parent 7a8bd674d2
commit 09e1e11016
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3