This commit is contained in:
Frank 2026-05-07 22:55:48 -04:00
commit db6a038829
8 changed files with 26 additions and 20 deletions

4
sst-env.d.ts vendored
View file

@ -114,8 +114,8 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"INCIDENT_WEBHOOK_SIGNING_SECRET": {
"type": "sst.sst.Secret"
"HoneycombWebhookSecret": {
"type": "random.index/randomPassword.RandomPassword"
"value": string
}
"LogProcessor": {