Skip to content

Commit

Permalink
Initial mirror cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-l-weber committed Jun 27, 2024
1 parent 87cdaf0 commit 4b95bd9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# Based on https://github.com/marketplace/actions/mirror-to-github
#
name: 'mirror'
on:
push:
branches:
- __mirror
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: 'git://git.openembedded.org/meta-openembedded'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b95bd9

Please sign in to comment.