Skip to content

Commit f6545b4

Browse files
committed
Set posthog and mixpanel API keys during docs deployment.
1 parent 83682cd commit f6545b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
env:
6262
USE_SSH: true
6363
run: |
64+
export COCOINDEX_DOCS_POSTHOG_API_KEY=${{ secrets.COCOINDEX_DOCS_POSTHOG_API_KEY }}
65+
export COCOINDEX_DOCS_MIXPANEL_API_KEY=${{ secrets.COCOINDEX_DOCS_MIXPANEL_API_KEY }}
6466
git config --global user.email "[email protected]"
6567
git config --global user.name "CocoIndex"
6668
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)