Spaces:
Sleeping
Sleeping
Update sync_to_huggingface_space.yml
Browse files
.github/workflows/sync_to_huggingface_space.yml
CHANGED
|
@@ -15,4 +15,4 @@ jobs:
|
|
| 15 |
- name: Push to hub
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
-
run: git push -f https://andrewm-dta:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 15 |
- name: Push to hub
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
+
run: git push -f https://andrewm-dta:$HF_TOKEN@huggingface.co/spaces/ausdta/librechat main
|