diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..cd42284 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,13 @@ +on: [push] +jobs: + mirror: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/kbpkg/kbpkg.git' + GIT_USERNAME: kbenestad + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}