From d69bdcfc17b2114abc105c3770f4ebc946595891 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Mon, 22 May 2023 17:27:20 -0300 Subject: [PATCH] ci: Fix pr-comment.yml --- .github/workflows/pr-comment.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 09ffd53..8559d10 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -12,10 +12,7 @@ jobs: pr-comment: runs-on: ubuntu-latest timeout-minutes: 10 - permissions: - contents: read - issues: write - pull-requests: write + permissions: write-all steps: - uses: actions/checkout@v3