From 6fdf0904694e47b7bbf28fd0d33f22abc36ecb52 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 22 Jul 2026 01:09:42 +0000 Subject: [PATCH] fix(ci): authenticate badge pushes with PAT --- .gitea/workflows/update-badges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-badges.yml b/.gitea/workflows/update-badges.yml index 2d93aed..94ec1a9 100644 --- a/.gitea/workflows/update-badges.yml +++ b/.gitea/workflows/update-badges.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.BADGE_PUSH_TOKEN }} # No actions/setup-python: the runner image ships Python 3.12 and older # act_runner engines mishandle setup-python's PATH. Install into the