test-your-pr: fix bot comment: GITHUB_TOKEN should be token [skip ci]

Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
JerryXiao 2023-12-05 19:33:40 +08:00
parent 19a233b853
commit 30b2c1a057
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
steps:
- uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.COMMENT_GITHUB_TOKEN }}
token: ${{ secrets.COMMENT_GITHUB_TOKEN }}
message: |
Congratulations! Your pull request passed the check.
@ -69,7 +69,7 @@ jobs:
- uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.COMMENT_GITHUB_TOKEN }}
token: ${{ secrets.COMMENT_GITHUB_TOKEN }}
filePath: /tmp/buildjob_tail.log
- run: false