Use Claude subscription auth (CLAUDE_CODE_OAUTH_TOKEN) instead of API billing

This commit is contained in:
2026-08-23 11:35:16 +00:00
parent 8dfdcb80e8
commit ec5ca6ff85
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -16,8 +16,10 @@ GITEA_WEBHOOK_SECRET=
# Image the agent runs from — built and pushed by .gitea/workflows/build.yml
GITEA_REGISTRY_IMAGE=gitea.apps.williamturner.eu/<your-gitea-username>/<repo-name>/claude-agent:latest
# --- anthropic ---
ANTHROPIC_API_KEY=
# --- claude ---
# Run `claude setup-token` interactively (needs a browser + Claude Pro/Max subscription)
# to generate this — it's a long-lived OAuth token, not an API key.
CLAUDE_CODE_OAUTH_TOKEN=
# --- matrix bot ---
MATRIX_HOMESERVER_URL=https://matrix.apps.williamturner.eu