arjunpatel commited on
Commit
dc19b64
2 Parent(s): 064a861 b595dd6

Merge branch 'main' of github.com:arjunpatel7/pokemon-move-generator

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_hf.yml +2 -2
.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.HF }}
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