# .github/workflows/sync-to-hub.yml name: Sync to Hugging Face Hub on: push: branches: [main] jobs: sync: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push https://YOUR_USERNAME:$HF_TOKEN@huggingface.co/spaces/YOUR_USERNAME/nigerian-language-generator-space main