LalitMahale commited on
Commit
6bb7862
·
1 Parent(s): b451fe1
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -3
.github/workflows/main.yml CHANGED
@@ -18,9 +18,8 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- HF_NAME: ${{ secrets.HF_NAME }}
22
- PROJECT_NAME: ${{ secrets.PROJECT_NAME }}
23
  run: |
24
  git config --global credential.helper store
25
- git remote set-url origin https://{{secrets.HF_NAME}}:${{secrets.HF_TOKEN}}@huggingface.co/spaces/{{secrets.HF_NAME}}/{{secrets.PROJECT_NAME}}
26
  git push --force origin main
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+
 
22
  run: |
23
  git config --global credential.helper store
24
+ git remote set-url origin https://Lalit1997:${{secrets.HF_TOKEN}}@huggingface.co/spaces/Lalit1997/Recommendation-engine
25
  git push --force origin main