Skip to content

Scheduled Health Check #123616

Scheduled Health Check

Scheduled Health Check #123616

Workflow file for this run

name: Scheduled Health Check
env:
CLIENT_SDK_KEY: ${{ secrets.CLIENT_SDK_KEY }}
# Controls when the action will run.
on:
schedule:
- cron: "*/5 * * * *"
jobs:
health_check_job:
runs-on: ubuntu-latest
name: Check all sites
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Shell Script
id: shell_script_run
run: bash ./health-check.sh