generated from upptime/upptime
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26c1f47
commit e64b794
Showing
8 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate graphs | ||
uses: upptime/[email protected] | ||
with: | ||
command: "graphs" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update response time | ||
uses: upptime/[email protected] | ||
with: | ||
command: "response-time" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,41 +24,41 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update template | ||
uses: upptime/[email protected] | ||
with: | ||
command: "update-template" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update response time | ||
uses: upptime/[email protected] | ||
with: | ||
command: "response-time" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} | ||
- name: Update summary in README | ||
uses: upptime/[email protected] | ||
with: | ||
command: "readme" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate graphs | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: Graphs CI | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/[email protected] | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- uses: peaceiris/[email protected] | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT }} | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "stdlib-bot" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,17 +24,17 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/[email protected] | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
- uses: peaceiris/[email protected] | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT }} | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "stdlib-bot" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Update summary in README | ||
uses: upptime/[email protected] | ||
with: | ||
command: "readme" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
- name: Check endpoint status | ||
uses: upptime/[email protected] | ||
with: | ||
command: "update" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT }} | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} |