Skip to content

Commit

Permalink
[Chore] update token in add-comment-on-pr.yml (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Dec 7, 2023
1 parent fbae4c4 commit 10a36da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Comment on PR
uses: actions/github-script@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
script: |
const prComment = {
Expand Down

0 comments on commit 10a36da

Please sign in to comment.