Spaces:
Sleeping
Sleeping
Update sync_to_hf_hub.yml
Browse files
.github/workflows/sync_to_hf_hub.yml
CHANGED
@@ -16,5 +16,5 @@ jobs:
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
-
HF_TOKEN: ${{ secrets.
|
20 |
-
run: git push --force https://student-abdullah:$
|
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN}}
|
20 |
+
run: git push --force https://student-abdullah:$HF_TOKEN@huggingface.co/spaces/student-abdullah/SARS main
|