We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc9661 commit b87904dCopy full SHA for b87904d
.github/workflows/upload_ht_to_ai.yml
@@ -0,0 +1,19 @@
1
+name: Upload HackTricks to HackTricks AI
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 5 1 * *"
7
8
9
+jobs:
10
+ dowload-clean-push:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ # 1. Download the script
14
+ - name: Downlaods script
15
+ run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py"
16
17
+ # 2. Execute the script
18
19
+ run: python3 "./upload_ht_to_ai.py"
0 commit comments