Spaces:
Sleeping
Sleeping
Commit
·
6982c7c
1
Parent(s):
e674535
Final changes
Browse files
.github/workflows/main.yml
CHANGED
@@ -21,4 +21,5 @@ jobs:
|
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
-
run: git push --force https://huggingface.co/spaces/genaitiwari/chatbot main
|
|
|
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
+
run: git push --force https://genaitiwari:$HF_TOKEN@huggingface.co/spaces/genaitiwari/chatbot main
|
25 |
+
|