mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: add sync config (#3860)
This commit is contained in:
5
.github/sync.yml
vendored
Normal file
5
.github/sync.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
nextauthjs/next-auth-example-sync-test@main:
|
||||
- .github/FUNDING.yml
|
||||
- source: apps/example
|
||||
dest: .
|
||||
deleteOrphaned: true
|
||||
16
.github/workflows/sync-example.yml
vendored
Normal file
16
.github/workflows/sync-example.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user