Zaheer Khan commited on
Commit
12e4016
·
unverified ·
1 Parent(s): ee9fe81

Update deploy.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -14,7 +14,7 @@ jobs:
14
  run: |
15
  git config --global user.email "mydocument783@gmail.com"
16
  git config --global user.name "Za_heer"
17
- git remote add space https://huggingface.co/spaces/Za-heer/AI_Assignment_checker
18
  git push --force space main
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  run: |
15
  git config --global user.email "mydocument783@gmail.com"
16
  git config --global user.name "Za_heer"
17
+ git remote add space https://Za-heer:${HF_TOKEN}@huggingface.co/spaces/Za-heer/AI_Assignment_checker
18
  git push --force space main
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}