Skip to content

Commit 0bbe115

Browse files
committed
Fix workflow
1 parent 2d8e0c6 commit 0bbe115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-react-on-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919

2020
- name: Trigger Claude Review PR
2121
env:
22-
GH_TOKEN: ${{ secrets.PHPSTAN_BOT_TOKEN }}
22+
GH_TOKEN: ${{ github.token }}
2323
run: gh workflow run claude-pr-review.yml -f pr_number=${{ github.event.pull_request.number }} -f review_id=${{ github.event.review.id }} --repo phpstan-bot/phpstan-src

0 commit comments

Comments
 (0)