DhruvSoni's picture
fix: Update Hugging Face username to DhruvSoni in sync workflow
d50b9bf
Raw
History Blame Contribute Delete
488 Bytes
name: Sync to Hugging Face Space
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push --force https://DhruvSoni:$HF_TOKEN@huggingface.co/spaces/DhruvSoni/Multi-Agent-Rag-System main