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 <