ThankGod commited on
Commit
8bcecbd
·
unverified ·
1 Parent(s): 0772f20

using HF yaml templete

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -5
.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.HUGGINGFACE }}
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