Spaces:
Sleeping
Sleeping
Oludayo Adeoye commited on
Update sync_to_huggingface_hub.yml
Browse files
.github/workflows/sync_to_huggingface_hub.yml
CHANGED
|
@@ -16,5 +16,6 @@ jobs:
|
|
| 16 |
fetch-depth: 0
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
|
|
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
run: git push --force https://Dayozoe:$HF_TOKEN@huggingface.co/spaces/Dayozoe/stockbotadviser main
|
|
|
|
| 16 |
fetch-depth: 0
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
run: git push --force https://Dayozoe:$HF_TOKEN@huggingface.co/spaces/Dayozoe/stockbotadviser main
|