lets hope this works uwu

This commit is contained in:
coolesding 2024-08-15 02:13:45 +02:00 committed by GitHub
parent 9c6f6a33c8
commit 91cb7e304f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/main.yml vendored Normal file
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 }}