Spaces:
Sleeping
Sleeping
Zaheer Khan
commited on
Update deploy.yml
Browse files
.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 }}
|