mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-05 20:40:18 -08:00
Create upload_ht_to_ai.yml
This commit is contained in:
19
.github/workflows/upload_ht_to_ai.yml
vendored
Normal file
19
.github/workflows/upload_ht_to_ai.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Upload HackTricks to HackTricks AI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 5 1 * *"
|
||||
|
||||
|
||||
jobs:
|
||||
dowload-clean-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# 1. Download the script
|
||||
- name: Downlaods script
|
||||
run: wget "https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/master/scripts/upload_ht_to_ai.py"
|
||||
|
||||
# 2. Execute the script
|
||||
- name: Downlaods script
|
||||
run: python3 "./upload_ht_to_ai.py"
|
||||
Reference in New Issue
Block a user