Jean-François Knebel
commited on
Commit
•
a19c885
1
Parent(s):
8ab2862
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,9 +15,9 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
-
HF: ${{ secrets.
|
19 |
-
run: git remote add space https://huggingface.co/spaces/jknebel/test_mlops_courses
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
-
run: git push --force https://huggingface.co/spaces/jknebel/test_mlops_courses main
|
|
|
15 |
fetch-depth: 0
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
+
HF: ${{ secrets.HG }}
|
19 |
+
run: git remote add space https://jknebel:$HF@huggingface.co/spaces/jknebel/test_mlops_courses
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
+
run: git push --force https://jknebel:$HF@huggingface.co/spaces/jknebel/test_mlops_courses main
|