misc(github-actions): create mirror-to-codeberg.yml

This commit is contained in:
LucasGGamerM 2025-03-15 09:05:34 -03:00 committed by GitHub
parent 058fb62253
commit 36f96c1ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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