diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index c1faea251..820c50bdd 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -62,7 +62,7 @@ jobs: uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - allowed_bots: 'prd-carapulse,github-actions' + allowed_bots: 'prd-carapulse,github-actions,morpho-infra-deployer' claude_args: "--model claude-opus-4-6" plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins'