diff --git a/.gitea/workflows/mirror.yml b/.gitea/workflows/mirror.yml new file mode 100644 index 0000000..8f13269 --- /dev/null +++ b/.gitea/workflows/mirror.yml @@ -0,0 +1,17 @@ +# name: Mirror to GitHub + +# on: +# push: +# branches: [ main ] + +# jobs: +# mirror: +# runs-on: ubuntu-latest + +# steps: +# - uses: actions/checkout@v4 + +# - name: Push to GitHub +# run: | +# git remote add github https://TOKEN@github.com/USER/REPO.git +# git push --mirror github