Skip to content

Commit 0ff75cb

Browse files
committed
fix: restore claude.yml to correct version from main
1 parent 7b644f9 commit 0ff75cb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/claude.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run Claude Code
3636
id: claude
37-
uses: anthropics/claude-code-action@v1
37+
uses: anthropics/claude-code-action@beta
3838
with:
3939
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4040

@@ -45,6 +45,9 @@ jobs:
4545
# Trigger when assigned to an issue
4646
assignee_trigger: "claude"
4747

48-
claude_args: |
49-
--allowedTools Bash
50-
--system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block."
48+
# Allow Claude to run bash
49+
# This should be safe given the repo is already public
50+
allowed_tools: "Bash"
51+
52+
custom_instructions: |
53+
If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block.

0 commit comments

Comments
 (0)