Skip to content

style: use zephyr theme, the code blocks look nicer #9

style: use zephyr theme, the code blocks look nicer

style: use zephyr theme, the code blocks look nicer #9

Workflow file for this run

name: Sync files across repos
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
# Not the default GITHUB_PAT, but a created one with full repo scope.
GH_PAT: ${{ secrets.GH_PAT }}