Update monkey-ci.yml

This commit is contained in:
Jack 2023-01-27 01:58:25 +01:00 committed by GitHub
parent 85f52ff49e
commit dc1b217cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }},