We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dff91a8 + b566f04 commit 4e431c9Copy full SHA for 4e431c9
1 file changed
.github/workflows/claude.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Run Claude Code
36
id: claude
37
- uses: anthropics/claude-code-action@beta
+ uses: anthropics/claude-code-action@v1
38
with:
39
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
40
@@ -45,9 +45,6 @@ jobs:
45
# Trigger when assigned to an issue
46
assignee_trigger: "claude"
47
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.
+ claude_args: |
+ --allowedTools Bash
+ --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."
0 commit comments