Skip to content

Commit b87904d

Browse files
authored
Create upload_ht_to_ai.yml
1 parent 4dc9661 commit b87904d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- name: Downlaods script
19+
run: python3 "./upload_ht_to_ai.py"

0 commit comments

Comments
 (0)