Skip to content

Commit 0e3e5f4

Browse files
Update claude.yml
Update claude.yml Signed-off-by: Masum <linuxguns@gmail.com>
1 parent b511984 commit 0e3e5f4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ jobs:
3636
with:
3737
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3838

39+
- name: Claude Code Action Official
40+
id: anthropics
41+
uses: anthropics/claude-code-action@v1
42+
with:
43+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
44+
3945
# Optional: Customize the trigger phrase (default: @claude)
40-
# trigger_phrase: "/claude"
46+
trigger_phrase: "/claude"
4147

4248
# Optional: Trigger when specific user is assigned to an issue
43-
# assignee_trigger: "claude-bot"
49+
assignee_trigger: "claude-bot"
4450

4551
# Optional: Configure Claude's behavior with CLI arguments
4652
# claude_args: |

0 commit comments

Comments
 (0)