Skip to content

mirror

mirror #1617

Workflow file for this run

#
# Based on https://github.com/marketplace/actions/mirror-to-github
#
name: 'mirror'
on:
schedule:
- cron: '0 */2 * * *'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror-action@v3
with:
origin: 'https://git.yoctoproject.org/linux-yocto'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}