From 3db8e7c2b66bd6efea1457d9a2fcd6c9bbc782a8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 5 Aug 2025 12:01:48 -0400 Subject: ci: send stats to posthog --- .github/workflows/stats.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 8ad02d251..ab7f24e27 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -30,3 +30,5 @@ jobs: git add STATS.md git diff --staged --quiet || git commit -m "ignore: update download stats $(date -I)" git push + env: + POSTHOG_KEY: ${{ secrets.POSTHOG_KEY }} -- cgit v1.2.3