feat(regime)
This commit is contained in:
commit
faacaba2f5
37 changed files with 1060 additions and 0 deletions
16
templates/tools-mirror/.forgejo/workflows/mirror.yml
Normal file
16
templates/tools-mirror/.forgejo/workflows/mirror.yml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue