2
0

👷 Add posthog keys to github secrets

This commit is contained in:
Baptiste Arnaud
2024-02-03 11:35:04 +01:00
parent b9183f9a36
commit 9f0c6b3cc4
3 changed files with 6 additions and 8 deletions

2
packages/env/env.ts vendored
View File

@ -318,8 +318,6 @@ const sentryEnv = {
const telemetryEnv = {
server: {
TELEMETRY_WEBHOOK_URL: z.string().url().optional(),
TELEMETRY_WEBHOOK_BEARER_TOKEN: z.string().min(1).optional(),
MESSAGE_WEBHOOK_URL: z.string().url().optional(),
USER_CREATED_WEBHOOK_URL: z.string().url().optional(),
},