Spaces:
Build error
Build error
Pietro Lesci
commited on
Commit
•
2b7255e
1
Parent(s):
58b4432
Deploy to MilaNLProc spaces
Browse files
.github/workflows/sync_to_spaces.yml
CHANGED
@@ -19,5 +19,5 @@ jobs:
|
|
19 |
run: git push https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/pietrolesci/wordify main
|
20 |
- name: Push to hub MilaNLProc
|
21 |
env:
|
22 |
-
HF_TOKEN: ${{ secrets.
|
23 |
-
run: git push https://
|
|
|
19 |
run: git push https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/pietrolesci/wordify main
|
20 |
- name: Push to hub MilaNLProc
|
21 |
env:
|
22 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN_MILANLPROC }}
|
23 |
+
run: git push https://MilaNLProc:$HF_TOKEN@huggingface.co/spaces/MilaNLProc/Wordify main
|