Skip to content

Commit 3124b37

Browse files
authored
Use claude oauth token for claude
1 parent 80a4231 commit 3124b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Run Claude
3535
uses: anthropics/claude-code-action@v1
3636
with:
37-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
37+
claude_code_oauth_token: ${{ secrets.CLAUDE_OAUTH_TOKEN }}
3838
# Optional: Customize the trigger phrase (default: @claude)
3939
# trigger_phrase: "/claude"
4040

4141
# Optional: Trigger when specific user is assigned to an issue
42-
assignee_trigger: "claude-bot"
42+
assignee_trigger: "pythonitaliabot2"
4343

4444
# Optional: Configure Claude's behavior with CLI arguments
4545
# claude_args: |

0 commit comments

Comments
 (0)