Skip to content

Commit

Permalink
Add mirror workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Nov 21, 2023
0 parents commit 82f21ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/mirror.yml
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-action@v1
with:
origin: 'https://git.rwth-aachen.de/clavellab/workshop-biometadata-01'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 82f21ab

Please sign in to comment.