name: Sync to Hugging Face on: push: branches: - main jobs: sync: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v3 - name: Push to Hugging Face env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push https://huggingface.co/rahul5035/rasaboot main