Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Run checks

Run checks #20

Workflow file for this run

name: Run checks
permissions: read-all
on:
workflow_dispatch:
schedule:
- cron: 0 3 * * *
jobs:
api:
runs-on: ubuntu-latest
steps:
- name: hit api
uses: tyrrrz/action-http-request@master
with:
url: "https://healthcheck.eddiehubcommunity.org/api/system/checks?token=${{ secrets.API_TOKEN }}"