mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 13:13:06 -08:00
Update upload_ht_to_ai.yml
This commit is contained in:
2
.github/workflows/upload_ht_to_ai.yml
vendored
2
.github/workflows/upload_ht_to_ai.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
||||
|
||||
# 2. Execute the script
|
||||
- name: Execute script
|
||||
run: export MY_OPENAI_API_KEY=${{ secrets.MY_OPENAI_API_KEY }}; python3 "./upload_ht_to_ai.py"
|
||||
run: export MY_OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_UPLOAD_TO_OPENAI }}; python3 "./upload_ht_to_ai.py"
|
||||
|
||||
Reference in New Issue
Block a user