Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
- name: Fetch from hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
-
run: git fetch https://reichaves:$HF_TOKEN@
|
27 |
|
28 |
- name: Merge changes
|
29 |
run: |
|
@@ -40,4 +40,4 @@ jobs:
|
|
40 |
- name: Push to hub
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
-
run: git push https://reichaves:$HF_TOKEN@
|
|
|
23 |
- name: Fetch from hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
+
run: git fetch https://reichaves:[email protected]/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
|
27 |
|
28 |
- name: Merge changes
|
29 |
run: |
|
|
|
40 |
- name: Push to hub
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
+
run: git push https://reichaves:[email protected]/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
|