Ghaithhmz commited on
Commit
ee2b513
·
unverified ·
1 Parent(s): e308a8a

Update git push command with authentication

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.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