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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-10 20:26:51 -07:00
parent e8a54f1eb6
commit 649f22834e
1 changed files with 3 additions and 0 deletions

View File

@ -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 "$@"