Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: 'mirror'
on:
push:
branches:
- __mirror
schedule:
# Run everyday at 3 AM UTC
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror-action@v2
with:
origin: ''
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}