Merge pull request #133 from VectifyAI/fix/allow-bot-trigger

Allow github-actions bot to trigger claude-code-action
This commit is contained in:
Bukely_ 2026-03-02 18:42:20 +08:00 committed by GitHub
commit 38d130aeca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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