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

@@ -56,7 +56,7 @@ Now required to explicitly provide a GitHub token:
# After (required)
- uses: anthropics/claude-code-action@beta
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gitea_token: ${{ secrets.GITHUB_TOKEN }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
```
@@ -94,7 +94,7 @@ jobs:
- name: Run Claude Assistant
uses: ./ # Adjust path as needed for your Gitea setup
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gitea_token: ${{ secrets.GITHUB_TOKEN }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
```