spookyuser
commited on
Commit
•
4ca77c1
1
Parent(s):
a41c3ca
Fix github action
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://aslasdlkj:$HF_TOKEN@
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://aslasdlkj:$HF_TOKEN@huggingface.co/spaces/aslasdlkj/stablepod main
|