diff --git a/.github/workflows/pull-request-first-comment.yaml b/.github/workflows/pull-request-first-comment.yaml index f0a9e9ae..f50130ab 100644 --- a/.github/workflows/pull-request-first-comment.yaml +++ b/.github/workflows/pull-request-first-comment.yaml @@ -7,11 +7,12 @@ on: jobs: commentCreated: runs-on: ubuntu-latest + environment: action steps: - name: first comment uses: peter-evans/create-or-update-comment@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} issue-number: ${{ github.event.pull_request.number }} body: | Thank you for contributing with [awesome-go](https://awesome-go.com/), we will revise your contribution as soon as possible.