Upload HackTricks to HackTricks AI #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |