diff --git a/.gitea/workflows/github-mirror.yml b/.gitea/workflows/github-mirror.yml new file mode 100644 index 0000000..cc33c54 --- /dev/null +++ b/.gitea/workflows/github-mirror.yml @@ -0,0 +1,17 @@ +name: github-mirror +on: push +jobs: + push-github: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Push to GitHub + uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@github.com:EkiciLP/TomatenMusic3.git + ssh_private_key: + ${{ secrets.MIRROR_SSH_PRIVATE_KEY }}