Alysha Creelman
commited on
Updating the hf url to include HF_TOKEN
Browse files
.github/workflows/main.yml
CHANGED
@@ -47,4 +47,4 @@ jobs:
|
|
47 |
- name: Push to hub
|
48 |
env:
|
49 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
50 |
-
run: git push https://huggingface.co/spaces/MLOps-J-A-E/Wormington-Scholar-Chatbot
|
|
|
47 |
- name: Push to hub
|
48 |
env:
|
49 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
50 |
+
run: git push https://MLOps-J-A-E:$HF_TOKEN@huggingface.co/spaces/MLOps-J-A-E/Wormington-Scholar-Chatbot main
|