Skip to content

TOR Nodes Data Processing #2

TOR Nodes Data Processing

TOR Nodes Data Processing #2

Workflow file for this run

name: TOR Nodes Data Processing
on:
schedule:
- cron: '0 */2 * * *' # Runs at minute 0 every 2 hours
workflow_dispatch: # Allows manual trigger from GitHub Actions UI
jobs:
process-data:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install Requests
run: |
python -m pip install --upgrade pip
pip install requests
- name: Run the script
run: python Lists/TOR/Get_TOR_IOCs.py
- name: Upload Results to Artifacts
uses: actions/upload-artifact@v3
with:
name: tor-nodes-data
path:
- Lists/TOR/TOR_nodes_list.json

Check failure on line 33 in .github/workflows/tor_list.yml

View workflow run for this annotation

GitHub Actions / TOR Nodes Data Processing

Invalid workflow file

The workflow is not valid. .github/workflows/tor_list.yml (Line: 33, Col: 13): A sequence was not expected
- Lists/TOR/TOR_nodes_list.csv