We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa79b8 commit a93e3c0Copy full SHA for a93e3c0
.github/workflows/upload_ht_to_ai.yml
@@ -15,6 +15,9 @@ jobs:
15
- name: Downlaods script
16
run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py"
17
18
+ - name: Install pip dependencies
19
+ run: python3 -m pip install openai
20
+
21
# 2. Execute the script
22
23
run: python3 "./upload_ht_to_ai.py"
0 commit comments