Skip to content

Commit 9646cc0

Browse files
fix: add bash permissions to Claude workflow
- Include allowed_tools: 'Bash' in .github/workflows/claude.yml - This enables Claude to run bash commands for TypeScript compilation and other tasks - Completes the merge of workflow permissions from new branch Co-authored-by: remorses <remorses@users.noreply.github.com>
1 parent 5469c34 commit 9646cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
id: claude
3434
uses: anthropics/claude-code-action@beta
3535
with:
36+
allowed_tools: 'Bash'
3637
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)