Skip to content

ci: 👷 add reusable workflow for publishing websit… #2

ci: 👷 add reusable workflow for publishing websit…

ci: 👷 add reusable workflow for publishing websit… #2

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@main
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SYNC_PAT }}
ASSIGNEES: lwjohnst86
IS_FINE_GRAINED: true
GIT_USERNAME: lwjohnst86
GIT_EMAIL: [email protected]
COMMIT_PREFIX: "chore(sync): :hammer: "
BRANCH_PREFIX: chore