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