Skip to content

CI / Mirror Sync

CI / Mirror Sync #397

Workflow file for this run

name: CI / Gitlab - Mirror Sync
on:
schedule:
- cron: '0 */2 * * *'
push:
branches: ["*"]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
timeout-minutes: 10
name: Gitlab Repo Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}