From 57bf04eed2c56aa5404c9ab366ffa0e9ca938a8c Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Sat, 13 Dec 2025 14:59:47 +0100 Subject: [PATCH] fix(ci): use correct secret name GITHUBMIRRORTOKEN --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2ca1d28..7634c6a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -207,6 +207,6 @@ jobs: - name: Push to GitHub run: | - git remote add github https://x-access-token:${{ secrets.GITHUB_MIRROR_TOKEN }}@github.com/PlusOne/hmac-file-server.git + git remote add github https://x-access-token:${{ secrets.GITHUBMIRRORTOKEN }}@github.com/PlusOne/hmac-file-server.git git push --force --all github git push --force --tags github