Files
archived-next-auth/.github/workflows/sync-example.yml
2022-02-06 22:59:29 +01:00

17 lines
357 B
YAML

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 }}