Skip to content

Commit a93e3c0

Browse files
authored
Update upload_ht_to_ai.yml
1 parent 6fa79b8 commit a93e3c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upload_ht_to_ai.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Downlaods script
1616
run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py"
1717

18+
- name: Install pip dependencies
19+
run: python3 -m pip install openai
20+
1821
# 2. Execute the script
1922
- name: Downlaods script
2023
run: python3 "./upload_ht_to_ai.py"

0 commit comments

Comments
 (0)