Skip to content

Commit

Permalink
fix: this?
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 committed Nov 29, 2024
1 parent 03421b0 commit 404b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: always()
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT_TOKEN }}
script: |
github.rest.pulls.createReview({
pull_number: context.payload.pull_request.number,
Expand Down

0 comments on commit 404b746

Please sign in to comment.