Create main.yml

This commit is contained in:
Dorian Niemiec 2024-04-20 12:11:10 +02:00 committed by GitHub
parent ae3e6048c2
commit f436babd40
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 -> SVR.JS Git server
on:
push:
branches:
- '**'
jobs:
svrjsgit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: spyoungtech/mirror-action@v0.5.1
with:
REMOTE: "https://git.svrjs.org/create-svrjs-server.git"
GIT_USERNAME: github
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}