Spaces:
Runtime error
Runtime error
using HF yaml templete
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -13,11 +13,7 @@ jobs:
|
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
-
- name: Add remote
|
| 17 |
-
env:
|
| 18 |
-
HF_TOKEN: ${{ secrets.HUGGINGFACE }}
|
| 19 |
-
run: git remote add space https://ThankGod:[email protected]/spaces/ThankGod/image-classifier
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
-
HF_TOKEN: ${{ secrets.
|
| 23 |
run: git push --force https://ThankGod:[email protected]/spaces/ThankGod/image-classifier main
|
|
|
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
run: git push --force https://ThankGod:[email protected]/spaces/ThankGod/image-classifier main
|