Spaces:
Sleeping
Sleeping
kausthubkannan17
commited on
Commit
•
6637f9f
1
Parent(s):
1e132f9
fix: provided write access to sync to HF
Browse files
.github/workflows/sync_to_hugging_face.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://kausthubkannan17:$HF_TOKEN@huggingface.co/spaces/kausthubkannan17/Drake main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://kausthubkannan17:$HF_TOKEN@huggingface.co/spaces/kausthubkannan17/Drake main
|