Allow github-actions bot to trigger claude-code-action

Backfill workflow triggers issue-dedupe via gh workflow run, which
makes the actor github-actions. Add it to allowed_bots so
claude-code-action accepts the trigger.
This commit is contained in:
BukeLy 2026-03-02 18:40:03 +08:00
parent f7d6f62f61
commit 813eb3546d

View file

@ -54,3 +54,4 @@ jobs:
anthropic_api_key: ${{ secrets.AUTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
claude_args: "--model claude-sonnet-4-5-20250929"
allowed_bots: "github-actions"