From d8ba3b06ae89d9e4bf89bd975c9eb22143a35fde Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 17 Aug 2026 19:18:13 +0200 Subject: [PATCH] feat: track Git clones in project growth --- .github/workflows/repo-growth.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-growth.yml b/.github/workflows/repo-growth.yml index 2e86f02e..5ee3cbfe 100644 --- a/.github/workflows/repo-growth.yml +++ b/.github/workflows/repo-growth.yml @@ -22,5 +22,6 @@ jobs: title: ProxMenux growth output: images/project-growth.svg history: .github/repo-growth/history.json - metrics: stars,forks + metrics: stars,forks,clones + traffic-token: ${{ secrets.REPO_GROWTH_TRAFFIC_TOKEN }} layout: dashboard diff --git a/README.md b/README.md index 49023573..6926aa1d 100644 --- a/README.md +++ b/README.md @@ -204,5 +204,5 @@ If you want to go a step further, a coffee on Ko-fi keeps development going:

- Stars and forks tracked with Repo Growth. + Stars, forks, and Git clones tracked with Repo Growth.