diff --git a/.github/workflows/mirror-to-codeberg.yml b/.github/workflows/mirror-to-codeberg.yml new file mode 100644 index 000000000..faba1903b --- /dev/null +++ b/.github/workflows/mirror-to-codeberg.yml @@ -0,0 +1,16 @@ +name: Mirror to Codeberg + +on: [push] +jobs: + sync-git: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/LucasGGamerM/moshidon.git' + GIT_USERNAME: LucasGGamerM + GIT_PASSWORD: ${{ secrets.CODEBERG_GIT_PASSWORD }}