Skip to content

Commit afce27b

Browse files
committed
fix error in license audit
1 parent bebf44f commit afce27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: anthropics/claude-code-action@v1
4545
with:
4646
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
47-
tools: "Bash,Read,Write,Glob,Grep,WebFetch"
47+
claude_args: '--allowedTools "Bash,Read,Write,Glob,Grep,WebFetch"'
4848
prompt: |
4949
You are a license compliance auditor. Your job is to review the OSS dependency
5050
licenses in this repository and produce a structured audit result.

0 commit comments

Comments
 (0)