lasjanius/Claude Max Code Action (OAuth Fork)
Fork of Claude Code Action that supports OAuth authentication for Claude Max subscribers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger_phrase | The trigger phrase to look for in comments or issue body | no | @claude |
| assignee_trigger | The assignee username that triggers the action (e.g. @claude) | no | — |
| model | Model to use (provider-specific format required for Bedrock/Vertex) | no | — |
| anthropic_model | DEPRECATED: Use 'model' instead. Model to use (provider-specific format required for Bedrock/Vertex) | no | — |
| allowed_tools | Additional tools for Claude to use (the base GitHub tools will always be included) | no | "" |
| disallowed_tools | Tools that Claude should never use | no | "" |
| custom_instructions | Additional custom instructions to include in the prompt for Claude | no | "" |
| direct_prompt | Direct instruction for Claude (bypasses normal trigger detection) | no | "" |
| anthropic_api_key | Anthropic API key (required for direct API, not needed for Bedrock/Vertex/OAuth) | no | — |
| github_token | GitHub token with repo and pull request permissions (optional if using GitHub App) | no | — |
| use_bedrock | Use Amazon Bedrock with OIDC authentication instead of direct Anthropic API | no | false |
| use_vertex | Use Google Vertex AI with OIDC authentication instead of direct Anthropic API | no | false |
| use_oauth | Use Claude AI OAuth authentication instead of API key (for Claude Max subscribers) | no | false |
| claude_access_token | Claude AI OAuth access token (required when use_oauth is true) | no | "" |
| claude_refresh_token | Claude AI OAuth refresh token (required when use_oauth is true) | no | "" |
| claude_expires_at | Claude AI OAuth token expiration timestamp (required when use_oauth is true) | no | "" |
| timeout_minutes | Timeout in minutes for execution | no | 30 |
Outputs
| name | description |
|---|---|
| execution_file | Path to the Claude Code execution output file |