Archisman Karmakar
commited on
Commit
·
39cb5c8
1
Parent(s):
8d7ba8c
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -60,8 +60,8 @@ jobs:
|
|
60 |
env:
|
61 |
HF_READ_WRITE_TOKEN: ${{ secrets.HF_READ_WRITE_TOKEN }}
|
62 |
run: |
|
63 |
-
git remote add space https://huggingface.co/spaces
|
64 |
-
git push --force https
|
65 |
|
66 |
|
67 |
|
|
|
60 |
env:
|
61 |
HF_READ_WRITE_TOKEN: ${{ secrets.HF_READ_WRITE_TOKEN }}
|
62 |
run: |
|
63 |
+
git remote add space https://huggingface.co/spaces/${{ secrets.HF_USERNAME }}/spaces/tachygraphy-microtrext-norm-org/Tachygraphy-Microtext-Analysis-and-Normalization-ArchismanCoder
|
64 |
+
git push --force https://${{ secrets.HF_USERNAME }}:${{ secrets.HF_READ_WRITE_TOKEN }}@huggingface.co/spaces/tachygraphy-microtrext-norm-org/Tachygraphy-Microtext-Analysis-and-Normalization-ArchismanCoder
|
65 |
|
66 |
|
67 |
|