musfiqdehan commited on
Commit
da39fc9
1 Parent(s): aaa127f

Update sync_to_huggingface_space.yml

Browse files
.github/workflows/sync_to_huggingface_space.yml CHANGED
@@ -3,9 +3,6 @@ on:
3
  push:
4
  branches: [main]
5
 
6
- # to run this workflow manually from the Actions tab
7
- workflow_dispatch:
8
-
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
@@ -17,4 +14,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/Bangla-PoS-Taggers main
 
3
  push:
4
  branches: [main]
5
 
 
 
 
6
  jobs:
7
  sync-to-hub:
8
  runs-on: ubuntu-latest
 
14
  - name: Push to hub
15
  env:
16
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
17
+ run: git push https://musfiqdehan:$HF_TOKEN@huggingface.co/spaces/musfiqdehan/Bangla-PoS-Taggers main