Skip to content

Website status checker #497

Website status checker

Website status checker #497

Workflow file for this run

name: Website status checker
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
check_status:
runs-on: ubuntu-latest
defaults:
run:
working-directory: tools
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Set up environment
run: |
pip install pygithub
- name: Run status checker
env:
GITHUB_ACCESS_TOKEN: ${{secrets.ALIVE_GITHUB_TOKEN}}
GITHUB_USER_ASSIGNEE: jackgilmore
run: python ./alive.py