From e55f774b425f12271c8267af802f8d699e391352 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:45:52 -0700 Subject: [PATCH] feat: add LLM_API_TOKEN env to portfolio deployment --- infra/portfolio/base/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/portfolio/base/deployment.yaml b/infra/portfolio/base/deployment.yaml index cff8a32..804a057 100644 --- a/infra/portfolio/base/deployment.yaml +++ b/infra/portfolio/base/deployment.yaml @@ -26,6 +26,11 @@ spec: secretKeyRef: name: portfolio-secrets key: FORGEJO_TOKEN + - name: LLM_API_TOKEN + valueFrom: + secretKeyRef: + name: portfolio-secrets + key: LLM_API_TOKEN ports: - name: http containerPort: 3000