Jean-François Knebel
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -19,5 +19,5 @@ jobs:
|
|
| 19 |
run: git remote add space https://jknebel:[email protected]/spaces/jknebel/test_mlops_courses
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
-
HF: ${{ secrets.
|
| 23 |
run: git push --force https://jknebel:[email protected]/spaces/jknebel/test_mlops_courses main
|
|
|
|
| 19 |
run: git remote add space https://jknebel:[email protected]/spaces/jknebel/test_mlops_courses
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
+
HF: ${{ secrets.HG }}
|
| 23 |
run: git push --force https://jknebel:[email protected]/spaces/jknebel/test_mlops_courses main
|