Skip to content

chore: update hf-sync.yml #3

chore: update hf-sync.yml

chore: update hf-sync.yml #3

Workflow file for this run

name: Sync to Hugging Face Hub
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Sync to Hugging Face Space
uses: huggingface/hub-sync@v0.1.0
with:
github_repo_id: ${{ github.repository }}
huggingface_repo_id: Vishvam10/test-space
hf_token: ${{ secrets.HF_TOKEN }}