Files
status/.github/workflows/summary.yml
T
2020-11-21 07:54:29 +11:00

38 lines
1017 B
YAML

# Do not edit this file directly!
# ===============================
#
# Your changes will be overwritten when the template updates (weekly)
# Instead, propose changes to the template: https://github.com/upptime/upptime
# Or, change your configuration in .upptimerc.yml
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.GH_PAT }}
- name: Update response time
uses: upptime/uptime-monitor@master
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- name: Run readme-repos-list
uses: koj-co/readme-repos-list@master
with:
token: ${{ secrets.GH_PAT }}
query: "topic:upptime"
size: 30
one-per-owner: true