Spaces:
Sleeping
Sleeping
mehradans92
commited on
Commit
·
138757f
1
Parent(s):
202566f
Update .github/workflows
Browse files- .github/workflows +2 -2
.github/workflows
CHANGED
@@ -16,5 +16,5 @@ jobs:
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
-
HF_TOKEN: ${{ secrets.
|
20 |
-
run: git push https://mehradans92:
|
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
+
HF_TOKEN: ${{ secrets.token }}
|
20 |
+
run: git push https://mehradans92:HF_TOKEN@huggingface.co/spaces/mehradans92/SPACE_NAME main
|