From 681c88b261ff776319af676e978f4438daa073b7 Mon Sep 17 00:00:00 2001 From: takahirom Date: Mon, 15 Jul 2024 13:15:40 +0900 Subject: [PATCH] Fix permission --- .github/workflows/detekt-comment.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/detekt-comment.yml b/.github/workflows/detekt-comment.yml index 69e304809..3467ccaf0 100644 --- a/.github/workflows/detekt-comment.yml +++ b/.github/workflows/detekt-comment.yml @@ -15,9 +15,6 @@ jobs: comment: runs-on: ubuntu-latest if: github.event.workflow_run.conclusion == 'failure' - permissions: - pull-requests: write - steps: - name: Download PR event artifact uses: actions/github-script@v6