[READ-ONLY] Mirror of https://github.com/shuuji3/status. ✅ monitoring *.shuuji3.xyz
status.shuuji3.xyz/
1#
2# ===============================
3# Do not edit this file directly!
4# ===============================
5#
6# Your changes will be overwritten when the Upptime template updates (by default, weekly)
7# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
8#
9# 🔼 Upptime @v1.41.2
10# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
11
12# * Source: https://github.com/upptime/upptime
13# * Docs and more: https://upptime.js.org
14# * More by Anand Chowdhary: https://anandchowdhary.com
15
16
17name: Update Template CI
18on:
19 schedule:
20 - cron: "0 0 * * *"
21 repository_dispatch:
22 types: [update_template]
23 workflow_dispatch:
24jobs:
25 release:
26 name: Build
27 runs-on: ubuntu-latest
28 steps:
29 - name: Checkout
30 uses: actions/checkout@v4
31 with:
32 ref: ${{ github.head_ref }}
33 token: ${{ secrets.GH_PAT || github.token }}
34 - name: Update template
35 uses: upptime/uptime-monitor@master
36 with:
37 command: "update-template"
38 env:
39 GH_PAT: ${{ secrets.GH_PAT || github.token }}