Spaces:
Sleeping
Sleeping
LalitMahale
commited on
Commit
·
b451fe1
1
Parent(s):
e56fbd5
modified action
Browse files
.github/workflows/main.yml
CHANGED
@@ -22,5 +22,5 @@ jobs:
|
|
22 |
PROJECT_NAME: ${{ secrets.PROJECT_NAME }}
|
23 |
run: |
|
24 |
git config --global credential.helper store
|
25 |
-
git remote set-url origin https://{{HF_NAME}}:${{
|
26 |
git push --force origin main
|
|
|
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
|