diff options
| author | Frank <[email protected]> | 2025-09-29 14:17:53 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-29 14:17:53 -0400 |
| commit | 7447460b5af698d7d88717ad47e9d256ea81bd88 (patch) | |
| tree | d24f64d2cddea792a05d1fb0e60e6dc5d2dc6d02 /infra/app.ts | |
| parent | 5345c828cac894a15f6347da681462bddfa8acf6 (diff) | |
| download | opencode-7447460b5af698d7d88717ad47e9d256ea81bd88.tar.gz opencode-7447460b5af698d7d88717ad47e9d256ea81bd88.zip | |
wip: zen
Diffstat (limited to 'infra/app.ts')
| -rw-r--r-- | infra/app.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/app.ts b/infra/app.ts index 465ed9052..151879208 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -2,6 +2,7 @@ import { domain } from "./stage" const GITHUB_APP_ID = new sst.Secret("GITHUB_APP_ID") const GITHUB_APP_PRIVATE_KEY = new sst.Secret("GITHUB_APP_PRIVATE_KEY") +export const EMAILOCTOPUS_API_KEY = new sst.Secret("EMAILOCTOPUS_API_KEY") const bucket = new sst.cloudflare.Bucket("Bucket") export const api = new sst.cloudflare.Worker("Api", { |
