Haofei Yu
commited on
Commit
•
3beaa01
1
Parent(s):
62fe0ad
Feature/delete sync openai key (#20)
Browse files* support pre-commit
* support running
* delete openai secrets
.github/workflows/sync.yml
CHANGED
@@ -16,5 +16,4 @@ jobs:
|
|
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
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
19 |
run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force
|