Skip to content

Update mirror2vercel-cdxy.yaml #5

Update mirror2vercel-cdxy.yaml

Update mirror2vercel-cdxy.yaml #5

name: mirror2vercel-cdxy
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.VERCELCDXY_TARGET_URL }}
target-username: ${{ secrets.VERCELCDXY_TARGET_USERNAME }}
target-token: ${{ secrets.VERCELCDXY_TARGET_TOKEN }}