Skip to content

Summary CI

Summary CI #187

Workflow file for this run

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