Spaces:
Runtime error
Runtime error
Commit
Β·
3c4ae51
1
Parent(s):
acfbdd7
remote fixed
Browse files
.github/workflows/main.yml
CHANGED
@@ -19,4 +19,4 @@ jobs:
|
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF: ${{ secrets.HG }}
|
22 |
-
run: git push --force https://huggingface.co/spaces/Abdulrhman37/mlops_text_summarizer main
|
|
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF: ${{ secrets.HG }}
|
22 |
+
run: git push --force https://Abdulrhman37:$HF@huggingface.co/spaces/Abdulrhman37/mlops_text_summarizer main
|