ssreeramj commited on
Commit
c8fc217
·
1 Parent(s): be36ad4

added hf token and username

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hub.yml +2 -1
.github/workflows/sync-to-hub.yml CHANGED
@@ -17,4 +17,5 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://ssreeramj:$HF_TOKEN@huggingface.co/spaces/ssreeramj/tiger-town-hall-chatbot main
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ HF_USERNAME: ${{ secrets.HF_USERNAME }}
21
+ run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/tiger-town-hall-chatbot main