Spaces:
Runtime error
Runtime error
NguyenS
commited on
Commit
•
6a5252c
1
Parent(s):
015289c
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -16,8 +16,8 @@ jobs:
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HG }}
|
19 |
-
run: git remote add space https://huggingface.co/spaces/
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HG }}
|
23 |
-
run: git push --force https://huggingface.co/spaces/Nguyens/mlops-demo main
|
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HG }}
|
19 |
+
run: git remote add space https://Nguyens:$HF@huggingface.co/spaces/noahgift/mlops-demo
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HG }}
|
23 |
+
run: git push --force https://Nguyens:$HF@huggingface.co/spaces/Nguyens/mlops-demo main
|