Faran Butt
commited on
Commit
·
4e6b2a1
1
Parent(s):
96ac912
Adding files
Browse files
.github/workflows/sync_to_hf_spaces.yml
CHANGED
@@ -19,4 +19,4 @@ jobs:
|
|
19 |
- name: Push to Space
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
22 |
-
run: git push --force https
|
|
|
19 |
- name: Push to Space
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
22 |
+
run: git push --force https://$faranbutt789:$HF_TOKEN@huggingface.co/spaces/$faranbutt789/TeamTonic/Semantic-Search main
|