Skip to content

Removing saas app from the status page #51

Removing saas app from the status page

Removing saas app from the status page #51

Workflow file for this run

# This file was generated by upptime/[email protected]
#
# ===============================
# 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: Setup CI
on:
push:
paths:
- ".upptimerc.yml"
repository_dispatch:
types: [setup]
workflow_dispatch:
jobs:
release:
name: Setup Upptime
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update template
uses: upptime/uptime-monitor@a2ff879ffd0ace540d1b14122b65366f0ac36e1c # v1.36.4
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@a2ff879ffd0ace540d1b14122b65366f0ac36e1c # v1.36.4
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@a2ff879ffd0ace540d1b14122b65366f0ac36e1c # v1.36.4
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3
with:
workflow: Graphs CI
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@a2ff879ffd0ace540d1b14122b65366f0ac36e1c # v1.36.4
with:
command: "site"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "[email protected]"