diff options
| author | Dax Raad <[email protected]> | 2025-08-05 12:01:48 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-05 12:01:48 -0400 |
| commit | 3db8e7c2b66bd6efea1457d9a2fcd6c9bbc782a8 (patch) | |
| tree | 7ba7ee4ae8250cece4ae70a0dd006161e5880f57 /.github/workflows | |
| parent | b459055757636204e8967a91935b94ba89cfa90e (diff) | |
| download | opencode-3db8e7c2b66bd6efea1457d9a2fcd6c9bbc782a8.tar.gz opencode-3db8e7c2b66bd6efea1457d9a2fcd6c9bbc782a8.zip | |
ci: send stats to posthog
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/stats.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |
