ci: secret

This commit is contained in:
Dax Raad
2025-11-23 14:36:25 -05:00
parent 5e112a17a5
commit 38b70f7877
2 changed files with 7 additions and 2 deletions

4
infra/secret.ts Normal file
View File

@@ -0,0 +1,4 @@
export const SECRET = {
R2AccessKey: new sst.Secret("R2AccessKey", "unknown"),
R2SecretKey: new sst.Secret("R2SecretKey", "unknown"),
}