Files
discordeno/.github/workflows/sync_repos.yml
ITOH 5f25263bd4 chore(template): to main repo (#1988)
* chore: move template to main repo

* ci

* Update sync_repos.yml
2022-02-03 18:02:44 +00:00

25 lines
497 B
YAML

name: Sync Repos
on:
push:
branches:
- main
paths:
- "site/**"
- "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