feat(regime)
This commit is contained in:
commit
655175f273
36 changed files with 1066 additions and 0 deletions
18
templates/tools-mirror/.forgejo/workflows/mirror.yml
Normal file
18
templates/tools-mirror/.forgejo/workflows/mirror.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Mirror to GitHub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/mirror@main
|
||||
with:
|
||||
target: sigitex/<<repo>>
|
||||
token: ${{ secrets.MIRROR_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue