Spaces:
Sleeping
Sleeping
Update git push command with authentication
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -22,6 +22,6 @@ jobs:
|
|
| 22 |
- name: Push to hub
|
| 23 |
env:
|
| 24 |
HF: ${{ secrets.HG }}
|
| 25 |
-
run: |
|
| 26 |
-
git push --force https://huggingface.co/spaces/Ghaithhmz/MLops_pipeline_example main
|
| 27 |
|
|
|
|
| 22 |
- name: Push to hub
|
| 23 |
env:
|
| 24 |
HF: ${{ secrets.HG }}
|
| 25 |
+
run: |
|
| 26 |
+
git push --force https://Ghaithhmz:${HF}@huggingface.co/spaces/Ghaithhmz/MLops_pipeline_example main
|
| 27 |
|