diff --git a/.github/workflows/monkey-ci.yml b/.github/workflows/monkey-ci.yml index 6387ef0ec..76159bd79 100644 --- a/.github/workflows/monkey-ci.yml +++ b/.github/workflows/monkey-ci.yml @@ -162,7 +162,7 @@ jobs: - name: Comment on PR uses: actions/github-script@v6 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.API_TOKEN }} script: | github.rest.issues.createComment({ issue_number: ${{ github.event.number }},