From ccf16cbfacac21a102f04fcca1cb9d4f1156740d Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 9 Nov 2022 16:07:06 +0100 Subject: [PATCH] Fix permissions (#8614) --- .github/workflows/java-checkstyle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/java-checkstyle.yml b/.github/workflows/java-checkstyle.yml index 954d817f839..76c01bd7732 100644 --- a/.github/workflows/java-checkstyle.yml +++ b/.github/workflows/java-checkstyle.yml @@ -52,8 +52,6 @@ jobs: git diff-files --quiet - name: Create a comment in the PR with the instructions - permissions: - pull-requests: write if: steps.git.outcome != 'success' uses: peter-evans/create-or-update-comment@v1 with: