jakewatson commited on
Commit
30e9183
·
1 Parent(s): 7d8d64e
.github/workflows/deploy_to_huggingface.yml CHANGED
@@ -27,5 +27,5 @@ jobs:
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: |
30
- git remote add huggingface https://jakewatson91:$HF_TOKEN@huggingface.co/spaces/cs-553-group2/case-study-1
31
  git push huggingface main
 
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: |
30
+ git remote add huggingface https://$HF_TOKEN@huggingface.co/spaces/cs-553-group2/case-study-1
31
  git push huggingface main