We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158fdbf commit 463503dCopy full SHA for 463503d
1 file changed
.github/workflows/cluade-ai-dev.yaml
@@ -40,4 +40,8 @@ jobs:
40
env:
41
ANTHROPIC_BASE_URL: "${{ secrets.ANTHROPIC_BASE_URL }}"
42
with:
43
- claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
+ claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
44
+ allowed_tools: |
45
+ Bash
46
+ Edit
47
+ Replace
0 commit comments