diff --git a/.github/workflows/comment-check.yml b/.github/workflows/comment-check.yml index e308c025de0..93d8c86762d 100644 --- a/.github/workflows/comment-check.yml +++ b/.github/workflows/comment-check.yml @@ -140,7 +140,7 @@ jobs: if: failure() # This step runs only if the previous step fails uses: peter-evans/create-or-update-comment@v4.0.0 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace