Skip to content

Merge pull request #3 from sotopia-lab/repo-sync/socially-intelligent… #18

Merge pull request #3 from sotopia-lab/repo-sync/socially-intelligent…

Merge pull request #3 from sotopia-lab/repo-sync/socially-intelligent… #18

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}