Create sync_repos.yml

This commit is contained in:
Skillz4Killz
2023-02-28 16:52:39 -06:00
committed by GitHub
parent 3c54907dd6
commit 349df7b4ce
+24
View File
@@ -0,0 +1,24 @@
name: Sync Repos
on:
push:
branches:
- main
paths:
- "website/**"
# - "template/**"
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.REPO_SYNC }}
GIT_EMAIL: to@itoh.at
GIT_USERNAME: itohatweb
SKIP_PR: true
COMMIT_EACH_FILE: false