⬆️ Update @upptime to v1.29.0
This commit is contained in:
parent
338857846d
commit
221885f8be
|
|
@ -20,13 +20,13 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
|
|
|
|||
|
|
@ -21,45 +21,44 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- name: Generate graphs
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- uses: peaceiris/actions-gh-pages@v3.7.3
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
github_token: ${{ secrets.GH_PAT }}
|
||||
publish_dir: "site/status-page/__sapper__/export/"
|
||||
force_orphan: "false"
|
||||
user_name: "Upptime Bot"
|
||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||
|
|
|
|||
|
|
@ -21,21 +21,20 @@ jobs:
|
|||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- uses: peaceiris/actions-gh-pages@v3.7.3
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
github_token: ${{ secrets.GH_PAT }}
|
||||
publish_dir: "site/status-page/__sapper__/export/"
|
||||
force_orphan: "false"
|
||||
user_name: "Upptime Bot"
|
||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
|
|
@ -20,11 +20,11 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update code
|
||||
uses: upptime/updates@master
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@v1.29.0
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"files": [".github/**/*"]
|
||||
}
|
||||
Loading…
Reference in New Issue