Spaces:
Sleeping
Sleeping
Milo Sobral
commited on
Commit
·
40a974c
1
Parent(s):
f2d3e35
Fixed issue with action
Browse files
.github/workflows/huggingface.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://MiloSobral:$HF_TOKEN@huggingface.co/spaces/MiloSobral/PortiloopDemo main
|