Test workflow permissions fix syntax (#8613)

* Test workflow permissions

* Fix permissions
This commit is contained in:
Pere Miquel Brull 2022-11-09 16:02:54 +01:00 committed by GitHub
parent 09ac3be112
commit c07f636e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ concurrency:
jobs:
java-checkstyle:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout