Skip to content

add a ci job sync readme to huggingface repos #7

add a ci job sync readme to huggingface repos

add a ci job sync readme to huggingface repos #7

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 }}
REPO_NAME: 'shiyue-loop/test'
USER_NAME: '01-ai-bot'
USER_EMAIL: 'bot@01.ai'
FILES_TO_SYNC: 'README.md pyproject.toml'