We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b644f9 commit 0ff75cbCopy full SHA for 0ff75cb
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@v1
+ uses: anthropics/claude-code-action@beta
38
with:
39
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
40
@@ -45,6 +45,9 @@ jobs:
45
# Trigger when assigned to an issue
46
assignee_trigger: "claude"
47
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."
+ # Allow Claude to run bash
+ # This should be safe given the repo is already public
+ 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