Spaces:
Running
on
Zero
Running
on
Zero
pabl-o-ce
commited on
Commit
·
56de900
1
Parent(s):
168365f
fix
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
@@ -53,4 +53,4 @@ jobs:
|
|
53 |
- name: Push to hub
|
54 |
env:
|
55 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
56 |
-
run: git push https
|
|
|
53 |
- name: Push to hub
|
54 |
env:
|
55 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
56 |
+
run: git push https://${{ env.HF_USERNAME }}:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/${{ env.HF_USERNAME }}/${{ env.SPACE_NAME }} main
|