Skip to content

Change Mirror Action to Me (#281) #977

Change Mirror Action to Me (#281)

Change Mirror Action to Me (#281) #977

Workflow file for this run

name: CI / Mirror Sync
on:
push:
branches: ["master"]
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@v7
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}