Skip to content

Commit 27ea46c

Browse files
authored
Remove PHPSTAN_BOT_TOKEN from checkout step
Removed unused token parameter from checkout step.
1 parent 20988f8 commit 27ea46c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,11 @@ jobs:
4949
steps:
5050
- name: "Checkout"
5151
uses: actions/checkout@v4
52-
with:
53-
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
5452

5553
- name: "React to feedback"
5654
uses: anthropics/claude-code-action@v1
5755
with:
5856
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
59-
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
6057
trigger_phrase: "@phpstan-bot"
6158
claude_args: "--model claude-opus-4-6"
6259
bot_name: "phpstan-bot"

0 commit comments

Comments
 (0)