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