Spaces:
Sleeping
Sleeping
LalitMahale
commited on
Commit
·
6bb7862
1
Parent(s):
b451fe1
test
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -18,9 +18,8 @@ jobs:
|
|
| 18 |
- name: Push to hub
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
-
|
| 22 |
-
PROJECT_NAME: ${{ secrets.PROJECT_NAME }}
|
| 23 |
run: |
|
| 24 |
git config --global credential.helper store
|
| 25 |
-
git remote set-url origin https://
|
| 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
|