diff --git a/.github/workflows/mirror-push.yaml b/.github/workflows/mirror-push.yaml new file mode 100644 index 0000000..a3a0ee7 --- /dev/null +++ b/.github/workflows/mirror-push.yaml @@ -0,0 +1,19 @@ +name: Mirror Push + +on: + push: + branches: [master] + +jobs: + push: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: mirror + uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://git.froth.zone/sam/Xdg.Net.git' + GIT_USERNAME: oauth2 + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} \ No newline at end of file