Sourabh Zanwar
commited on
Commit
•
0a15903
1
Parent(s):
99ee1bc
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://huggingface.co/spaces/MachineLearningReply/q-and-a-tool master
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://sourabhzanwar:$HF_TOKEN@huggingface.co/spaces/MachineLearningReply/q-and-a-tool master
|