Haofei Yu commited on
Commit
62fe0ad
1 Parent(s): a9c1d92

Bug/fix api name error (#19)

Browse files

* support pre-commit

* support running

* fix openai_api name

Files changed (1) hide show
  1. .github/workflows/sync.yml +1 -1
.github/workflows/sync.yml CHANGED
@@ -16,5 +16,5 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_TOKEN }}
20
  run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
20
  run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force