Skip to content

Sync Upstream

Sync Upstream #109

Workflow file for this run

name: Sync Upstream
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync Upstream
uses: ikxin/sync-upstream@main
with:
github_token: ${{ secrets.SYNC_TOKEN }}
target_repository: "zhcndoc/drizzle"
target_branch: "upstream"
upstream_repository: "drizzle-team/drizzle-orm-docs"
upstream_branch: "main"