From 1af5ec71c61c6c91f0079149811daa6b8b9a0e1a Mon Sep 17 00:00:00 2001 From: drifty Date: Sat, 22 Feb 2025 10:41:52 +0530 Subject: [PATCH] Create github-codeberg.yml --- .github/workflows/github-codeberg.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/github-codeberg.yml 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 }}