Skip to content

Update mirror2vercel-cdxy.yaml #6

Update mirror2vercel-cdxy.yaml

Update mirror2vercel-cdxy.yaml #6

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: https://github.com/vercel-cdxy/consumer-demo-app-nextjs
target-username: vercel-cdxy
target-token: ${{ secrets.VERCELCDXY_TARGET_TOKEN }}