From 40d02e432704810b69a766a7d8d89de6e4b47a5f Mon Sep 17 00:00:00 2001 From: helpbase-sync Date: Wed, 22 Apr 2026 20:04:22 +0000 Subject: [PATCH] docs: sync with codebase (2026-04-22) --- apps/web/content/guides/sync-in-5-minutes.mdx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/apps/web/content/guides/sync-in-5-minutes.mdx b/apps/web/content/guides/sync-in-5-minutes.mdx index ad6c75f..63eba9b 100644 --- a/apps/web/content/guides/sync-in-5-minutes.mdx +++ b/apps/web/content/guides/sync-in-5-minutes.mdx @@ -37,20 +37,12 @@ The demo uses a fixture bundled with the CLI. It's the fastest way to check that `sync` is wired up correctly on your machine. -## Step 2 — Sign in +## Step 2 — Auth -```bash -helpbase login -``` - -Magic-link flow. Free tier is 500,000 tokens per day — enough for roughly 10 -full generates or 250 `context --ask` calls. +No sign-in is required. The `helpbase-workflow` uses GitHub Actions OIDC to authenticate automatically. No secrets to set and no tokens to manage. -Prefer your own key? Set `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, or -`AI_GATEWAY_API_KEY` — helpbase routes direct to whichever provider you set -(first found wins). See -[helpbase.dev/guides/byok](https://helpbase.dev/guides/byok). +Prefer your own key for generation? Set `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, or `AI_GATEWAY_API_KEY` as a repo secret. See [helpbase.dev/guides/byok](https://helpbase.dev/guides/byok). ## Step 3 — Make a code change worth documenting