diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 5f3e6cd94..0e3059f6a 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -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 }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 8ae1bdca1..8fd7a8f94 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -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) }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index c73d36ab2..c70f19dcd 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -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" diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e17e6da0c..3f01929e1 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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" diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 7ab910808..d61e615f6 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -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 }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 6c20aad81..1ed2e56a9 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -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 }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 02c84c3c1..6cf5b0b92 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -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 }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 71190b9f0..cfe9f9593 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -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) }} diff --git a/api/oswald-labs/response-time-day.json b/api/oswald-labs/response-time-day.json index 7d968715a..cb6ab2f95 100644 --- a/api/oswald-labs/response-time-day.json +++ b/api/oswald-labs/response-time-day.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 24h","message":"151 ms","color":"brightgreen"} +{"schemaVersion":1,"label":"response time 24h","message":"253 ms","color":"green"} diff --git a/api/oswald-labs/response-time-month.json b/api/oswald-labs/response-time-month.json index 60c8abc23..cfa36ab23 100644 --- a/api/oswald-labs/response-time-month.json +++ b/api/oswald-labs/response-time-month.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 30d","message":"197 ms","color":"brightgreen"} +{"schemaVersion":1,"label":"response time 30d","message":"199 ms","color":"brightgreen"} diff --git a/api/oswald-labs/response-time-week.json b/api/oswald-labs/response-time-week.json index 7e21a745b..1d579396f 100644 --- a/api/oswald-labs/response-time-week.json +++ b/api/oswald-labs/response-time-week.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 7d","message":"188 ms","color":"brightgreen"} +{"schemaVersion":1,"label":"response time 7d","message":"191 ms","color":"brightgreen"} diff --git a/history/oswald-labs.yml b/history/oswald-labs.yml index 2b2ff2c18..5a1d982b5 100644 --- a/history/oswald-labs.yml +++ b/history/oswald-labs.yml @@ -1,7 +1,7 @@ url: https://oswaldlabs.com status: up code: 200 -responseTime: 253 -lastUpdated: 2023-05-06T23:14:46.897Z +responseTime: 219 +lastUpdated: 2023-05-07T18:52:03.554Z startTime: Thu Oct 29 2020 11:35:56 GMT+0000 (Coordinated Universal Time) generator: Upptime