ci: send stats to posthog

This commit is contained in:
Dax Raad
2025-08-05 12:01:48 -04:00
parent 0d76317631
commit 5e9bf32f82
4 changed files with 51 additions and 42 deletions
+2
View File
@@ -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 }}