diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 3b46a4fd..f7799ac8 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,7 +31,8 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.GH_ANTHROPIC_API_KEY }} - allowed_tools: "Bash(git:*),View,GlobTool,GrepTool,BatchTool" + claude_args: | + --allowedTools "Bash(git:*),Read,Glob,Grep"