diff options
Diffstat (limited to '.github/workflows/stats.yml')
| -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 }} |
