Skip to content

Commit 1ab248d

Browse files
authored
Update upload_ht_to_ai.yml
1 parent 577457e commit 1ab248d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_ht_to_ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020

2121
# 2. Execute the script
2222
- name: Execute script
23-
run: export MY_OPENAI_API_KEY=${{ secrets.MY_OPENAI_API_KEY }}; python3 "./upload_ht_to_ai.py"
23+
run: export MY_OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_UPLOAD_TO_OPENAI }}; python3 "./upload_ht_to_ai.py"

0 commit comments

Comments
 (0)