Push telemetry to Posthog to grok Khoj usage

This commit is contained in:
Debanjum Singh Solanky
2023-06-05 13:19:27 +05:30
parent d13db2e666
commit 8617cf1389
4 changed files with 17 additions and 4 deletions

View File

@@ -43,3 +43,5 @@ jobs:
file: src/telemetry/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}-telemetry:${{ env.DOCKER_IMAGE_TAG }}
secrets: |
"POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }}"