mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
chore(template): to main repo (#1988)
* chore: move template to main repo * ci * Update sync_repos.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user