diff --git a/README.md b/README.md index bfc440e..18bd116 100644 --- a/README.md +++ b/README.md @@ -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