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.
1 parent c33c497 commit 24468f2Copy full SHA for 24468f2
1 file changed
.github/workflows/docs.yml
@@ -37,6 +37,9 @@ jobs:
37
38
- name: Build
39
run: npm run build
40
+ env:
41
+ POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
42
+ POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
43
44
- uses: actions/configure-pages@v5
45
0 commit comments