Skip to content

run pollbot.py

run pollbot.py #83

Workflow file for this run

name: run pollbot.py
on:
schedule:
- cron: '0 10 * * 5'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute py script
env:
TOKEN: ${{ secrets.TOKEN }}
CHAT_ID: ${{ secrets.CHAT_ID }}
run: |
python pollbot.py