Skip to content

ci: 👷 sync the soft-link extensions in slides folder #17

ci: 👷 sync the soft-link extensions in slides folder

ci: 👷 sync the soft-link extensions in slides folder #17

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.SYNC_PAT }}