Skip to content

fix(deploy): wire LLM_BASE_URL and LLM_API_KEY into bookstack-agent-api#98

Merged
amrit110 merged 1 commit into
mainfrom
fix/bookstack-deploy-env-vars
Jun 16, 2026
Merged

fix(deploy): wire LLM_BASE_URL and LLM_API_KEY into bookstack-agent-api#98
amrit110 merged 1 commit into
mainfrom
fix/bookstack-deploy-env-vars

Conversation

@amrit110

Copy link
Copy Markdown
Member

Pass LLM_API_KEY (mapped from the existing ANTHROPIC_API_KEY secret which holds the gateway token), LLM_BASE_URL, and CLAUDE_MODEL to the Cloud Run service. Depends on #97.

The ANTHROPIC_API_KEY secret holds the gateway bearer token (vp_...).
Pass it as LLM_API_KEY so the agent uses Authorization: Bearer when
routing via the LLM gateway. Also wire up LLM_BASE_URL and CLAUDE_MODEL
which are already stored as GitHub Actions secrets.
@amrit110 amrit110 merged commit 31206c0 into main Jun 16, 2026
5 checks passed
@amrit110 amrit110 deleted the fix/bookstack-deploy-env-vars branch June 16, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant