feat(regime)

This commit is contained in:
Dan Finch 2026-04-29 00:55:53 +02:00
commit f04afd6cca
36 changed files with 1058 additions and 0 deletions

View file

@ -0,0 +1,16 @@
name: Mirror to GitHub
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/mirror@main
with:
target: sigitex/<<repo>>
token: ${{ secrets.MIRROR_TOKEN }}