Spaces:
Sleeping
Sleeping
Saketh-2407 commited on
Update sync.yml
Browse files
.github/workflows/sync.yml
CHANGED
|
@@ -15,4 +15,4 @@ jobs:
|
|
| 15 |
- name: Push to hub
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
-
run: git push --force https://Saketh-2407:$HF_TOKEN@huggingface.co/spaces/Saketh-2407/AI_Tutor_Using_RAG main
|
|
|
|
| 15 |
- name: Push to hub
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
+
run: git push --force https://Saketh-2407:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/Saketh-2407/AI_Tutor_Using_RAG main
|