From d32e9cc3c3632a88110a09664faffb899fbed3ef Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 22 Jul 2026 00:53:32 +0000 Subject: [PATCH] fix(ci): use Gitea token for badge updates --- .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 a2c9031..2d93aed 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.GITHUB_TOKEN }} + token: ${{ secrets.GITEA_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