Skip to content

Configure space sdk and private usage #3

Configure space sdk and private usage

Configure space sdk and private usage #3

Workflow file for this run

name: Sync to Hugging Face hub
on:
push:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: huggingface/hub-sync@v0.1.0
with:
github_repo_id: ${{ github.repository }}
huggingface_repo_id: opensyndrome/data-browser
hf_token: ${{ secrets.HF_TOKEN }}
space_sdk: docker
private: true