From 2f53b1901b83718266aaf7b4020d184dd43c0f8c Mon Sep 17 00:00:00 2001 From: SinachPat Date: Sat, 15 Aug 2026 18:57:40 +0100 Subject: [PATCH] ci: reference GITEA secret by its actual name --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 5866c95..65518b1 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -22,4 +22,4 @@ jobs: - name: Reconcile with Gitea run: bash scripts/mirror.sh env: - MIRROR_URL: https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.weown.tools/pat/wursor.git + MIRROR_URL: https://x-access-token:${{ secrets.GITEA }}@git.weown.tools/pat/wursor.git