fork init
Some checks failed
Generate Database / generate (push) Has been cancelled
Repo sync GitHub -> Codeberg / codeberg (push) Has been cancelled

This commit is contained in:
dorkbutt 2025-06-04 21:09:17 -04:00
parent b4f5aba93b
commit 2e6b63ea33
No known key found for this signature in database
11 changed files with 8 additions and 2651 deletions

View file

@ -0,0 +1,19 @@
# Sync repo to the Codeberg mirror
name: Repo sync GitHub -> Codeberg
on:
push:
branches:
- '**'
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: spyoungtech/mirror-action@v0.5.1
with:
REMOTE: "https://codeberg.org/UserPFP/UserPFP"
GIT_USERNAME: GithubMirroring
GIT_PASSWORD: ${{ secrets.CODEBERGMIRROR }}