Add GitHub mirror workflow
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s

This commit is contained in:
2026-04-14 22:43:09 +00:00
parent ab4bf3b32f
commit d6d0e9f3c1

View File

@@ -12,11 +12,6 @@ jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to GitHub
run: |
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}