Spaces:
Runtime error
Runtime error
waidhoferj
commited on
Commit
•
f01530c
1
Parent(s):
754fe26
env variables
Browse files
.github/workflows/huggingface.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
HF_USERNAME: waidhoferj
|
20 |
SPACE_NAME: dance-classifier
|
21 |
-
run: git push https
|
|
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
HF_USERNAME: waidhoferj
|
20 |
SPACE_NAME: dance-classifier
|
21 |
+
run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME main
|