fastinahurry/.gitea/workflows/mirror-to-github.yaml
xbazzi b2ca2d9cc2
Some checks failed
Simple Mirror to GitHub / mirror (push) Failing after 7s
Fix data races
2025-08-17 15:34:13 -06:00

16 lines
344 B
YAML

name: Simple Mirror to GitHub
on:
push:
branches:
- master
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Push to GitHub
run: |
git remote add github https://${{ secrets.GH_TOKEN }}@github.com/xbazzi/fastinahurry.git
git push github master --force