chore: add sync config (#3860)

This commit is contained in:
Balázs Orbán
2022-02-06 22:59:29 +01:00
committed by GitHub
parent 83232710fd
commit e9dee0af44
2 changed files with 21 additions and 0 deletions

16
.github/workflows/sync-example.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Sync Example Repository
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SYNC_EXAMPLE_PAT }}