We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a4231 commit 3124b37Copy full SHA for 3124b37
.github/workflows/claude.yml
@@ -34,12 +34,12 @@ jobs:
34
- name: Run Claude
35
uses: anthropics/claude-code-action@v1
36
with:
37
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ claude_code_oauth_token: ${{ secrets.CLAUDE_OAUTH_TOKEN }}
38
# Optional: Customize the trigger phrase (default: @claude)
39
# trigger_phrase: "/claude"
40
41
# Optional: Trigger when specific user is assigned to an issue
42
- assignee_trigger: "claude-bot"
+ assignee_trigger: "pythonitaliabot2"
43
44
# Optional: Configure Claude's behavior with CLI arguments
45
# claude_args: |
0 commit comments