From db7cb66c1fedcdaade91b6ecaa52bff0ac06c968 Mon Sep 17 00:00:00 2001 From: Sapate Vaibhav Date: Mon, 20 May 2024 00:26:59 +0530 Subject: [PATCH] Update autocomment-pr-merge.yml --- .github/workflows/autocomment-pr-merge.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autocomment-pr-merge.yml b/.github/workflows/autocomment-pr-merge.yml index 881261c..b1d5861 100644 --- a/.github/workflows/autocomment-pr-merge.yml +++ b/.github/workflows/autocomment-pr-merge.yml @@ -4,10 +4,6 @@ on: pull_request: types: [closed] -permissions: - issues: write - pull-requests: write - jobs: comment: runs-on: ubuntu-latest @@ -19,7 +15,7 @@ jobs: - name: Add Comment to Issue env: - GITHUB_TOKEN: ${{ secrets.WORK }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | COMMENT=$(cat <