Skip to content

Commit be3671b

Browse files
fix: allow automated license audits
1 parent 66ff430 commit be3671b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/license-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Audit licenses with Claude
5555
uses: anthropics/claude-code-action@v1
5656
with:
57+
allowed_bots: "github-actions"
5758
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5859
claude_args: '--allowedTools "Bash,Read,Write,Glob,Grep,WebFetch"'
5960
prompt: ${{ steps.read-prompt.outputs.PROMPT }}

0 commit comments

Comments
 (0)