Spaces:
Runtime error
Runtime error
Commit ·
303c403
1
Parent(s): 6a034ae
Fix Failing Workflow
Browse filesSigned-off-by: Snehil Shah <snehilshah.989@gmail.com>
.github/workflows/deployment.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git --force
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push --force https://Snehil-Shah:$HF_TOKEN@huggingface.co/spaces/Snehil-Shah/Multimodal-Image-Search-Engine main
|