Skip to content

Commit 24468f2

Browse files
committed
fix: add environment variables for PostHog API key and host in build step
1 parent c33c497 commit 24468f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
- name: Build
3939
run: npm run build
40+
env:
41+
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
42+
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
4043

4144
- uses: actions/configure-pages@v5
4245

0 commit comments

Comments
 (0)