Harshana commited on
Commit
89e9b3e
·
1 Parent(s): ac12061
Files changed (1) hide show
  1. .github/workflows/huggingface.yml +1 -0
.github/workflows/huggingface.yml CHANGED
@@ -21,6 +21,7 @@ jobs:
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
24
  run: |
25
  git remote set-url origin https://HarshanaLF:${HF_TOKEN}@huggingface.co/spaces/HarshanaLF/Final_Assignment
26
  git push -f origin main
 
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: echo "Token is: $HF_TOKEN"
25
  run: |
26
  git remote set-url origin https://HarshanaLF:${HF_TOKEN}@huggingface.co/spaces/HarshanaLF/Final_Assignment
27
  git push -f origin main