chore: simplify action config
This commit is contained in:
@@ -31,6 +31,6 @@ jobs:
|
||||
- name: Run Claude PR Action
|
||||
uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
gitea_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
timeout_minutes: "60"
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Run Claude Assistant
|
||||
uses: ./ # Use local action (adjust path as needed)
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }} # Use standard workflow token
|
||||
gitea_token: ${{ secrets.GITHUB_TOKEN }} # Use standard workflow token
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
timeout_minutes: "60"
|
||||
trigger_phrase: "@claude"
|
||||
|
||||
Reference in New Issue
Block a user