Spaces:
Runtime error
Runtime error
Alex Martin
commited on
Commit
•
f2807aa
1
Parent(s):
33bbd54
token
Browse files
.github/workflows/main.yml
CHANGED
@@ -16,5 +16,5 @@ jobs:
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
-
|
20 |
-
run: git push --force https://aim9061:$
|
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://aim9061:$HF_TOKEN@huggingface.co/spaces/aim9061/sentiment-analysis main
|