Spaces:
Runtime error
Runtime error
VenkateshRoshan
commited on
Commit
·
57b6282
1
Parent(s):
016ad89
deploy file added
Browse files
.github/workflows/deploy_hf.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push --force https://huggingface.co/spaces/abven/Customer-Support-Chatbot
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://abven:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/abven/Customer-Support-Chatbot dev_hf:main
|