Spaces:
Runtime error
Runtime error
Arjun Patel
commited on
Commit
•
b595dd6
1
Parent(s):
3391058
Update sync_hf.yml
Browse files
.github/workflows/sync_hf.yml
CHANGED
@@ -15,5 +15,5 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
-
HF_TOKEN: ${{ secrets.
|
19 |
run: git push https://arjunpatel:$HF_TOKEN@huggingface.co/spaces/pokemon-move-generator-app main
|
|
|
15 |
fetch-depth: 0
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: git push https://arjunpatel:$HF_TOKEN@huggingface.co/spaces/pokemon-move-generator-app main
|