Skip to content

Run Collect Withdrawals Script #6154

Run Collect Withdrawals Script

Run Collect Withdrawals Script #6154

name: Run Collect Withdrawals Script
on:
schedule:
# Every 15 minutes (UTC)
- cron: "*/15 * * * *"
workflow_dispatch: # allow manual trigger from Actions tab
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Collect Withdrawals Script
env:
PK: ${{ secrets.MN_COLLECTOR_PK }}
INFURA_KEY: ${{ secrets.INFURA_KEY }}
run: python scripts/ticker.py