Skip to content

mirror

mirror #176

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@v3
with:
origin: 'https://github.com/IHE/DEV.SDPi.git'
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}