Skip to content

Commit

Permalink
⬆️ Update @upptime to v1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Mar 28, 2021
1 parent 873efc4 commit 96c221e
Show file tree
Hide file tree
Showing 26 changed files with 23 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate graphs
uses: upptime/uptime-monitor@v1.26.1
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@v1.26.1
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
14 changes: 7 additions & 7 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,41 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update template
uses: upptime/uptime-monitor@v1.26.1
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@v1.26.1
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.26.1
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Graphs CI
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@v1.26.1
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@v1.26.1
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"
6 changes: 3 additions & 3 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.26.1
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run readme-repos-list
uses: koj-co/readme-repos-list@master
with:
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
query: "topic:upptime"
size: 20
max: 1000
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update template
uses: upptime/uptime-monitor@master
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update code
uses: upptime/updates@master
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check endpoint status
uses: upptime/uptime-monitor@v1.26.1
with:
command: "update"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
3 changes: 0 additions & 3 deletions .templaterc.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/response-time-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/response-time-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/response-time-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/response-time-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/response-time.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/uptime-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/uptime-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/uptime-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/uptime-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/google/uptime.json

This file was deleted.

Binary file removed graphs/google.png
Binary file not shown.
Binary file removed graphs/google/response-time-day.png
Binary file not shown.
Binary file removed graphs/google/response-time-month.png
Binary file not shown.
Binary file removed graphs/google/response-time-week.png
Binary file not shown.
Binary file removed graphs/google/response-time-year.png
Binary file not shown.
Binary file removed graphs/google/response-time.png
Binary file not shown.
7 changes: 0 additions & 7 deletions history/google.yml

This file was deleted.

0 comments on commit 96c221e

Please sign in to comment.