chore: simplify action config

This commit is contained in:
Mark Wylde
2025-05-31 09:03:12 +01:00
parent fb6df649ed
commit 9714bd59a5
8 changed files with 26 additions and 32 deletions

View File

@@ -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"