Skip to content

Uptime CI

Uptime CI #144463

Workflow file for this run

# This file was generated by upptime/uptime-monitor@v1.31.2
#
# ===============================
# 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: Uptime CI
on:
schedule:
- cron: "*/5 * * * *"
repository_dispatch:
types: [uptime]
workflow_dispatch:
jobs:
release:
name: Check status
runs-on: [ubuntu-latest]
env:
# Action bundles a Node 20 (ABI 115) native node-libcurl binary; GitHub now
# defaults runners to Node 24 (ABI 137). Force Node 20 until the action is rebuilt.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status
uses: nubificus/uptime-monitor@master
with:
command: "update"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}