name: Sync to Hugging Face Space on: push: branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: sync-to-hub: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Push to Hugging Face Hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} # IMPORTANT: Replace YOUR_HF_USERNAME and YOUR_SPACE_NAME below run: git push https://jester1177:$HF_TOKEN@huggingface.co/spaces/jester1177/cloudnative-devops-debug-env main -f