diff --git a/.github/workflows/github-codeberg.yml b/.github/workflows/github-codeberg.yml new file mode 100644 index 0000000..af02fc9 --- /dev/null +++ b/.github/workflows/github-codeberg.yml @@ -0,0 +1,11 @@ +on: [push] + ... + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/driftywinds/yt-builds.git' + GIT_USERNAME: driftywinds + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}