Skip to content

chore: remove Forms API health check #63

chore: remove Forms API health check

chore: remove Forms API health check #63

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update template
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
workflow: Graphs CI
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
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]"