diff --git a/.github/workflows/issue-auto-reply.yml b/.github/workflows/issue-auto-reply.yml index f7005eb1..475c28b1 100644 --- a/.github/workflows/issue-auto-reply.yml +++ b/.github/workflows/issue-auto-reply.yml @@ -19,7 +19,7 @@ jobs: uses: actions-cool/issues-helper@v3 with: actions: 'create-comment' - token: ${{ secrets.TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | Hi @${{ github.event.issue.user.login }} 👋