From 3d2dbbaab24b8cdb12e1ca73b05310b655086d81 Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Thu, 15 Aug 2024 19:51:19 +0000 Subject: [PATCH] build: add posthog environment variables --- .github/workflows/build-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 42a2c53da17..ac85750b750 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -63,3 +63,5 @@ jobs: env: NODE_OPTIONS: --max-old-space-size=8192 CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + REACT_APP_PUBLIC_POSTHOG_KEY: ${{ secrets.REACT_APP_PUBLIC_POSTHOG_KEY }} + REACT_APP_PUBLIC_POSTHOG_HOST: ${{ secrets.REACT_APP_PUBLIC_POSTHOG_HOST }}