Add github/workflows/mirror.yml

This commit is contained in:
nune 2024-12-16 11:36:13 +00:00
parent 300b87ea49
commit 375eed5db3

View File

@ -0,0 +1,20 @@
name: 'mirror'
on:
push:
branches:
- __mirror
schedule:
- cron: '* 3 * * *'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror@main
with:
origin: 'TARGET_REPO_HERE'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}