Spaces:
Sleeping
Sleeping
Remove token from git push command
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -23,5 +23,5 @@ jobs:
|
|
| 23 |
env:
|
| 24 |
HF: ${{ secrets.HG }}
|
| 25 |
run: |
|
| 26 |
-
git push --force https://
|
| 27 |
|
|
|
|
| 23 |
env:
|
| 24 |
HF: ${{ secrets.HG }}
|
| 25 |
run: |
|
| 26 |
+
git push --force https://huggingface.co/spaces/Ghaithhmz/MLops_pipeline_example main
|
| 27 |
|