From 649f22834ef6dd77ab6cad88bda7412150346110 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Mar 2026 20:26:51 -0700 Subject: [PATCH] chore: temp override TRANSAK_API_KEY with production key Infisical still has the staging key; override in entrypoint until the dashboard is updated with write-access credentials. Co-Authored-By: Claude Opus 4.6 --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 8e8ea1c..e3782c0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -77,4 +77,7 @@ if [ -n "$INFISICAL_AI_CLIENT_ID" ] && [ -n "$INFISICAL_AI_CLIENT_SECRET" ]; the fi fi +# TEMP: Override stale Infisical value until updated in dashboard +export TRANSAK_API_KEY="a5cbab4f-b5c4-4b94-b055-b0e0087e29ef" + exec "$@"