James Edmunds commited on
Commit
a393f83
·
1 Parent(s): 2fb2290

fix: correct HF_TOKEN usage in GitHub Action

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-to-hf.yml +1 -1
.github/workflows/deploy-to-hf.yml CHANGED
@@ -26,7 +26,7 @@ jobs:
26
  run: |
27
  python -c "
28
  from huggingface_hub import HfApi
29
- api = HfApi(token='${HF_TOKEN}')
30
  api.upload_folder(
31
  folder_path='.',
32
  repo_id='SongLift/LyrGen2',
 
26
  run: |
27
  python -c "
28
  from huggingface_hub import HfApi
29
+ api = HfApi(token='$HF_TOKEN')
30
  api.upload_folder(
31
  folder_path='.',
32
  repo_id='SongLift/LyrGen2',