Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Uptime CI

Uptime CI #1873

Workflow file for this run

name: Uptime CI
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
permissions:
contents: write
issues: write
jobs:
uptime:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: upptime/uptime-monitor@v1.41.0
with:
token: ${{ secrets.GITHUB_TOKEN }}