Skip to content

chore(sync): 🔨 created local '.github/workflows/assign-pr-to-c… #13

chore(sync): 🔨 created local '.github/workflows/assign-pr-to-c…

chore(sync): 🔨 created local '.github/workflows/assign-pr-to-c… #13

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