Skip to content

Commit d4dc437

Browse files
committed
Fix Claude credentials to phpstan-bot
1 parent 3649f55 commit d4dc437

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@ jobs:
6161

6262
- uses: "ramsey/composer-install@v3"
6363

64-
- name: "Configure git identity"
65-
run: |
66-
git config user.name "phpstan-bot"
67-
git config user.email "ondrej+phpstanbot@mirtes.cz"
68-
6964
- name: "React to feedback"
7065
uses: anthropics/claude-code-action@v1
7166
with:
7267
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
7368
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
7469
trigger_phrase: "@phpstan-bot"
7570
claude_args: "--model claude-opus-4-6"
71+
bot_name: "phpstan-bot"
72+
bot_id: "79867460"
73+
additional_permissions: |
74+
actions: read

0 commit comments

Comments
 (0)