Update upload_ht_to_ai.yml

This commit is contained in:
SirBroccoli
2025-03-31 04:32:23 +02:00
committed by GitHub
parent f976ae1b70
commit 0a7aa1d734

View File

@@ -15,6 +15,9 @@ jobs:
- name: Downlaods script - name: Downlaods script
run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py" run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py"
- name: Install pip dependencies
run: python3 -m pip install openai
# 2. Execute the script # 2. Execute the script
- name: Downlaods script - name: Downlaods script
run: python3 "./upload_ht_to_ai.py" run: python3 "./upload_ht_to_ai.py"