name: Sync to Hugging Face Hub on: push: branches: [main] jobs: sync-to-hub: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true - name: Push to Hugging Face Space env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push --force https://vishnu0967:$HF_TOKEN@huggingface.co/spaces/vishnu0967/medsam-api-testing main