From 766a64c46e4ce9e76a5534fe4336419ccebea477 Mon Sep 17 00:00:00 2001 From: Richard Poelderl Date: Thu, 27 Jul 2023 18:01:27 +0200 Subject: [PATCH] chore: add datoCMS secret for handling webhooks (#10421) * regen yarn.lock? * chore: enable i18n-unused GH action in `website` * Generated yarn.lock with submodules * Added yarn.lock auth * add datocms webhook secret --------- Co-authored-by: Alex van Andel --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 497d31200b..c13a17b84b 100644 --- a/turbo.json +++ b/turbo.json @@ -52,6 +52,7 @@ "CSP_POLICY", "DATOCMS_API_TOKEN", "DATOCMS_GRAPHQL_ENDPOINT", + "DATOCMS_WEBHOOK_SECRET", "ENVIRONMENT_URL", "NEXT_PUBLIC_IS_PREMIUM_NEW_PLAN", "NEXT_PUBLIC_STRIPE_FREE_PLAN_PRICE",