Add github/workflows/mirror.yml
This commit is contained in:
parent
300b87ea49
commit
375eed5db3
20
github/workflows/mirror.yml
Normal file
20
github/workflows/mirror.yml
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user