Spaces:
Sleeping
Sleeping
Suraj Yadav
commited on
Commit
·
0ad5e0e
1
Parent(s):
6f6c293
fix error in main.yaml
Browse files
.github/workflows/main.yaml
CHANGED
@@ -16,6 +16,4 @@ jobs:
|
|
16 |
- name: Push the Code to Hugging Face Spaces
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push --force https://Suraj-Yadav:$HF_TOKEN@
|
20 |
-
|
21 |
-
|
|
|
16 |
- name: Push the Code to Hugging Face Spaces
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://Suraj-Yadav:[email protected]/spaces/Suraj-Yadav/Basic-Chatbot-LangGraph main
|
|
|
|