We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1988cce + a6f7c1b commit 8d17f21Copy full SHA for 8d17f21
api/webhook.ts
@@ -13,7 +13,7 @@ const WEBHOOK_AVATAR_URL = 'https://ldw.screfy.com/static/linear.png';
13
14
const LINEAR_BASE_URL = 'https://linear.app';
15
const LINEAR_COLOR = '#5E6AD2';
16
-const LINEAR_TRUSTED_IPS = z.enum(['35.231.147.226', '35.243.134.228']);
+const LINEAR_TRUSTED_IPS = z.enum(['35.231.147.226', '35.243.134.228', '34.140.253.14', '34.38.87.206']);
17
18
const QUERY_SCHEMA = z.object({
19
webhookId: z.string(),
0 commit comments