diff --git a/.github/workflows/license-audit.yml b/.github/workflows/license-audit.yml index 5a4d6ae47..b7ad8c67d 100644 --- a/.github/workflows/license-audit.yml +++ b/.github/workflows/license-audit.yml @@ -54,6 +54,7 @@ jobs: - name: Audit licenses with Claude uses: anthropics/claude-code-action@v1 with: + allowed_bots: "github-actions" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: '--allowedTools "Bash,Read,Write,Glob,Grep,WebFetch"' prompt: ${{ steps.read-prompt.outputs.PROMPT }}