nsarrazin HF staff commited on
Commit
526684e
1 Parent(s): 47d3b3a

add prod push

Browse files
.github/workflows/deploy-release.yml CHANGED
@@ -18,3 +18,7 @@ jobs:
18
  with:
19
  fetch-depth: 0
20
  lfs: true
 
 
 
 
 
18
  with:
19
  fetch-depth: 0
20
  lfs: true
21
+ - name: Push to hub
22
+ env:
23
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: git push https://nsarrazin:$HF_TOKEN@huggingface.co/spaces/huggingchat/chat-ui main