Create github-codeberg.yml

This commit is contained in:
drifty
2025-02-22 10:41:52 +05:30
committed by GitHub
parent a02306bc13
commit 1af5ec71c6

11
.github/workflows/github-codeberg.yml vendored Normal file
View File

@@ -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 }}