mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 04:10:42 +08:00
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:
parent
19a233b853
commit
30b2c1a057
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-your-pr.yml
vendored
4
.github/workflows/test-your-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue