JAA-ATS-Tool / .github /workflows /deploy-hf.yml
saitejatirunagari's picture
ci: fix HF username to saitejatirunagari
f533369
Raw
History Blame
481 Bytes
name: Deploy to Hugging Face Spaces
on:
push:
branches: [main]
jobs:
sync-to-hf:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://saitejatirunagari:$HF_TOKEN@huggingface.co/spaces/saitejatirunagari/JAA-ATS-Tool main --force