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

Remove token from git push command

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -23,5 +23,5 @@ jobs:
23
  env:
24
  HF: ${{ secrets.HG }}
25
  run: |
26
- git push --force https://Ghaithhmz:${HF_TOKEN}@huggingface.co/spaces/Ghaithhmz/MLops_pipeline_example main
27
 
 
23
  env:
24
  HF: ${{ secrets.HG }}
25
  run: |
26
+ git push --force https://huggingface.co/spaces/Ghaithhmz/MLops_pipeline_example main
27