Skip to content

add a ci job sync readme to huggingface repos #8

add a ci job sync readme to huggingface repos

add a ci job sync readme to huggingface repos #8

Workflow file for this run

name: Sync README to Hugging Face Hub
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sync-hf-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/hf_repo_sync
with:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USER_NAME: 'shiyue-loop'
REPO_NAME: 'test'
FILES_TO_SYNC: 'README.md pyproject.toml'