devanshsrivastav commited on
Commit
852f0c9
1 Parent(s): 674e1c3

added environment variables to main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -20,4 +20,4 @@ jobs:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
  HF_username: devanshsrivastav # your huggingface.co username here (check your profile page)
22
  HF_space_name: GoEmotions # name of the hub space to which you want to push the model
23
- run: git push https://$HF_username:[email protected]/spaces/$HF_username/HF_space_name main
 
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
  HF_username: devanshsrivastav # your huggingface.co username here (check your profile page)
22
  HF_space_name: GoEmotions # name of the hub space to which you want to push the model
23
+ run: git push https://$HF_username:[email protected]/spaces/$HF_username/$HF_space_name main