Commit ·
7797ef3
1
Parent(s): e2ad2c6
edit to the actions
Browse files
.github/workflows/huggingface.yml
CHANGED
|
@@ -15,7 +15,7 @@ jobs:
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
-
HF: ${{secrets.
|
| 19 |
HFUSER: ${{secrets.HF_USERNAME }}
|
| 20 |
run: git remote add space https://$HFUSER:$HF@huggingface.co/spaces/$HFUSER/Image_Processing_OpenCV
|
| 21 |
- name: Push to hub
|
|
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
+
HF: ${{secrets.HF_TOKEN}}
|
| 19 |
HFUSER: ${{secrets.HF_USERNAME }}
|
| 20 |
run: git remote add space https://$HFUSER:$HF@huggingface.co/spaces/$HFUSER/Image_Processing_OpenCV
|
| 21 |
- name: Push to hub
|