Skip to content

Summary CI

Summary CI #818

Workflow file for this run

# This file was generated by upptime/uptime-monitor@v1.26.1
#
# ===============================
# Do not edit this file directly!
# ===============================
#
# Your changes will be overwritten when the template updates (daily)
# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
name: Summary CI
on:
schedule:
- cron: "0 0 * * *"
repository_dispatch:
types: [summary]
workflow_dispatch:
jobs:
release:
name: Generate README
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.26.1
with:
command: "readme"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run readme-repos-list
uses: koj-co/readme-repos-list@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
query: "topic:upptime"
size: 20
max: 1000
one-per-owner: true