mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
ci: Use personal token instead of GITHUB_TOKEN
This commit is contained in:
committed by
GitHub
parent
d69bdcfc17
commit
45ce344326
4
.github/workflows/pr-comment.yml
vendored
4
.github/workflows/pr-comment.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: PR Comment
|
name: PR Comment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: mshick/add-pr-comment@v2
|
- uses: mshick/add-pr-comment@v2
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN}}
|
repo-token: ${{ secrets.PERSONAL_TOKEN}}
|
||||||
message-id: pr-test
|
message-id: pr-test
|
||||||
message: |
|
message: |
|
||||||
Thanks for your contribution.
|
Thanks for your contribution.
|
||||||
|
|||||||
Reference in New Issue
Block a user