Skip to content

add a ci job sync readme to huggingface repos #4

add a ci job sync readme to huggingface repos

add a ci job sync readme to huggingface repos #4

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
pull_request:
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.HF_TOKEN }}
GIT_USERNAME: shiyue-loop