We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8e0c6 commit 0bbe115Copy full SHA for 0bbe115
.github/workflows/claude-react-on-review.yml
@@ -19,5 +19,5 @@ jobs:
19
20
- name: Trigger Claude Review PR
21
env:
22
- GH_TOKEN: ${{ secrets.PHPSTAN_BOT_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
23
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