Skip to content

Commit

Permalink
feat: add more envs (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai authored Sep 4, 2024
1 parent 4d6ef8a commit 6acb67e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,17 @@ Resources:
AuthType: NONE
Environment:
Variables:
X_GITHUB_APP_ID: !Ref GitHubAppID
X_GITHUB_APPS_CLIENT_ID: !Ref GithubAppsClientId
X_GITHUB_APPS_CLIENT_SECRET: !Ref GithubAppsClientSecret
API_IDENTIFIER: !Ref APIIdentifier
FASTAPI_SECRET_KEY: !Ref FastAPISecretKey
OPENAI_API_KEY: !Ref OpenAIAPIKey
GEMINI_API_KEY: !Ref GeminiAPIKey
SUPABASE_SERVICE_KEY: !Ref SupabaseServiceKey
SUPABASE_URL: !Ref SupabaseUrl
GITHUB_TOKEN: !Ref GitHubToken
TAVILY_API_KEY: !Ref TavilyAPIKey
SQS_QUEUE_URL: !Ref SQSQueueUrl
Policies:
- Statement:
Expand Down

0 comments on commit 6acb67e

Please sign in to comment.