Skip to content

Uptime CI

Uptime CI #4183

Workflow file for this run

name: Uptime CI
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
permissions:
contents: write
issues: write
jobs:
release:
name: Check uptime
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: upptime/uptime-monitor@v1.43.1
with:
command: "update"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}