Skip to content

Sync Upstream

Sync Upstream #79

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/shiki
target_branch: upstream
upstream_repository: shikijs/shiki
upstream_branch: main