Skip to content

bug fixes + ability to go gender neutral (aka turn em off) #3

bug fixes + ability to go gender neutral (aka turn em off)

bug fixes + ability to go gender neutral (aka turn em off) #3

Workflow file for this run

name: Mirror to GitLab and Codeberg
on:
push:
branches: [ "*" ]
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Sync repositories
run: |
git clone --bare https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git mirror.git
cd mirror.git
git push --mirror https://AlchlcSystm:${{ secrets.GITLAB_TOKEN }}@gitlab.com/AlchlcSystm/${{ github.event.repository.name }}.git
git push --mirror https://AlchlcDvl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/AlchlcDvl/${{ github.event.repository.name }}.git