From 0936e6e4dfae90dcdf80f2aa2a4ac4f9503a59f8 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Tue, 4 Aug 2026 12:50:54 +0300 Subject: [PATCH] fix(ci): authenticate star history fetch --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 55cdc468..84b209b8 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -184,7 +184,7 @@ jobs: # the repository; the script follows every API page and emits both themes. - name: Generate star history charts env: - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.OCS_GITHUB_TOKEN }} run: python3 scripts/generate-star-history.py --output-dir dist # Browsers cannot reliably fetch YouTube playlist/oEmbed responses because