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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- uses: mshick/add-pr-comment@v2
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN}}
|
||||
repo-token: ${{ secrets.PERSONAL_TOKEN}}
|
||||
message-id: pr-test
|
||||
message: |
|
||||
Thanks for your contribution.
|
||||
|
||||
Reference in New Issue
Block a user