chore(template): to main repo (#1988)

* chore: move template to main repo

* ci

* Update sync_repos.yml
This commit is contained in:
ITOH
2022-02-03 19:02:44 +01:00
committed by GitHub
parent a8d6e4f152
commit 5f25263bd4
75 changed files with 3650 additions and 2 deletions

View File

@@ -1,9 +1,12 @@
name: Site Sync
name: Sync Repos
on:
push:
branches:
- main
paths:
- "site/**"
- "template/**"
jobs:
sync:
@@ -14,7 +17,7 @@ jobs:
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.DOCS_SYNC }}
GH_PAT: ${{ secrets.REPO_SYNC }}
GIT_EMAIL: to@itoh.at
GIT_USERNAME: itohatweb
SKIP_PR: true