Skip to content

Update Mirror CI.

Update Mirror CI. #980

Workflow file for this run

name: CI / Mirror Sync
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
timeout-minutes: 10
name: Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: offensive-vk/auto-repo-sync@master
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}