Spaces:
Runtime error
Runtime error
arjunpatel
commited on
Merge branch 'main' of github.com:arjunpatel7/pokemon-move-generator
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
|
|
|
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
|