Spaces:
Sleeping
Sleeping
Update sync_to_hf.yml
Browse files
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
# Replace YOUR_HF_USERNAME and YOUR_SPACE_NAME below!
|
| 19 |
-
run: git push --force https://Krishna324$HF_TOKEN@huggingface.co/spaces/Krishna324/WhatRepo main
|
|
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
# Replace YOUR_HF_USERNAME and YOUR_SPACE_NAME below!
|
| 19 |
+
run: git push --force https://Krishna324:$HF_TOKEN@huggingface.co/spaces/Krishna324/WhatRepo main
|