Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
@@ -22,5 +22,5 @@ jobs:
|
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
run: |
|
25 |
-
git remote add huggingface https
|
26 |
git push huggingface main --force
|
|
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
run: |
|
25 |
+
git remote add huggingface https://${{ secrets.HF_TOKEN }}@huggingface.co/spaces/sumityadav329/text-to-image-webapp
|
26 |
git push huggingface main --force
|