feat(stripe): added stripe integration, keys for anthropic + openai models (#300)

This commit is contained in:
Waleed Latif
2025-04-24 20:21:19 -07:00
committed by GitHub
parent fb0d3d5b50
commit 53641868d4
44 changed files with 9511 additions and 1856 deletions

View File

@@ -40,6 +40,13 @@ jobs:
- name: Build application
working-directory: ./sim
env:
NODE_OPTIONS: "--no-warnings"
NEXT_PUBLIC_APP_URL: "https://www.simstudio.ai"
STRIPE_SECRET_KEY: "dummy_key_for_ci_only"
STRIPE_WEBHOOK_SECRET: "dummy_secret_for_ci_only"
RESEND_API_KEY: "dummy_key_for_ci_only"
AWS_REGION: "us-west-2"
run: npm run build
- name: Upload coverage to Codecov