Spaces:
Runtime error
Runtime error
gamingflexer
commited on
Commit
·
9dff52c
1
Parent(s):
f2b9271
updated secrets
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -15,9 +15,9 @@ jobs:
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
-
|
| 19 |
-
run: git remote add space https://asach:$
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
-
|
| 23 |
-
run: git push --force https://asach:$
|
|
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git remote add space https://asach:$HF_TOKEN@huggingface.co/spaces/asach/arxiv-plagiarism-checker-Ilm
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 23 |
+
run: git push --force https://asach:$HF_TOKEN@huggingface.co/spaces/asach/arxiv-plagiarism-checker-Ilm main
|