From c33d25f129d7a931d230678272f5c654365ab80c Mon Sep 17 00:00:00 2001 From: SMNET Studio Date: Sun, 16 Aug 2026 21:22:37 +0800 Subject: [PATCH] ci: enable one-time historical backfill for repo-growth --- .github/workflows/repo-growth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repo-growth.yml b/.github/workflows/repo-growth.yml index 25691fb..3710415 100644 --- a/.github/workflows/repo-growth.yml +++ b/.github/workflows/repo-growth.yml @@ -21,3 +21,5 @@ jobs: with: title: WeChat-AI growth output: assets/repo-growth.svg + backfill: true + token: ${{ secrets.REPO_GROWTH_BACKFILL_TOKEN }}