Skip to content

Update Proxy Lists #1397

Update Proxy Lists

Update Proxy Lists #1397

Workflow file for this run

name: Update Proxy Lists
on:
schedule:
- cron: '0 */1 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r sources/requirements.txt
- name: Run script
env:
MY_TOKEN: ${{ secrets.VPN_TOKEN }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
TELEGRAM_CHANNEL_ID: ${{ secrets.TELEGRAM_CHANNEL_ID }}
GITVERSE_TOKEN: ${{ secrets.GITVERSE_TOKEN }}
AUTH_KEY: ${{ secrets.AUTH_KEY }}
run: |
python sources/proxy_checker.py