We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc5740 + 0bbe115 commit b48c3e4Copy full SHA for b48c3e4
.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