From ffe666f479e4e4489fb18ffb58ef6781248edc9c Mon Sep 17 00:00:00 2001 From: SinachPat Date: Sat, 15 Aug 2026 14:57:42 +0100 Subject: [PATCH] ci: point mirror at correct Gitea repo pat/wursor --- .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 0465737..f9a1066 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -19,4 +19,4 @@ jobs: - name: Reconcile with Gitea run: bash scripts/mirror.sh env: - MIRROR_URL: https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.weown.tools/Wursor/s004.git + MIRROR_URL: https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.weown.tools/pat/wursor.git