Skip to content

Merge branch 'main' of ssh://github.com/nextauthjs/next-auth #1836

Merge branch 'main' of ssh://github.com/nextauthjs/next-auth

Merge branch 'main' of ssh://github.com/nextauthjs/next-auth #1836

Workflow file for this run

name: Sync Example Repositories
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: balazsorban44/repo-file-sync-action@master
with:
GH_PAT: ${{ secrets.GH_PAT }}
IS_FINE_GRAINED: true
SKIP_PR: true
ORIGINAL_MESSAGE: true