shriarul5273 commited on
Commit
7797ef3
·
1 Parent(s): e2ad2c6

edit to the actions

Browse files
Files changed (1) hide show
  1. .github/workflows/huggingface.yml +1 -1
.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:[email protected]/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:[email protected]/spaces/$HFUSER/Image_Processing_OpenCV
21
  - name: Push to hub