1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/.github/workflows/main.yml

20 lines
442 B
YAML
Raw Normal View History

2024-04-08 17:12:32 +02:00
# 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:
2024-04-08 17:14:44 +02:00
REMOTE: "https://git.svrjs.org/svrjs.git"
GIT_USERNAME: github
2024-04-08 17:12:32 +02:00
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}