update readme
This commit is contained in:
parent
011bea4cdc
commit
99eb1fd72f
@ -6,15 +6,17 @@ A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs an
|
||||
|
||||
## 🍵 Gitea Support
|
||||
|
||||
This action now supports Gitea through REST API(GITEA API) fallback . Key features:
|
||||
This action now supports Gitea through the GITEA API. Key features:
|
||||
|
||||
**Configuration Example for Gitea:**
|
||||
```yaml
|
||||
env:
|
||||
GITHUB_TOKEN: "" # setup your gitea PAT
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} # your gitea PAT
|
||||
GITHUB_API_URL: "https://gitea.example.com/api/v1"
|
||||
GITHUB_SERVER_URL: "https://gitea.example.com"
|
||||
GITEA_BOT_USERNAMES: "gitea-actions" # comma-separated
|
||||
USE_GITEA_API: "true"
|
||||
input:
|
||||
allowed_bots: "bot" # comma-separated, or `*`
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user