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 }}