chore: integrate Instatus in check script (#342)
This commit is contained in:
committed by
GitHub
parent
90bfbfdc40
commit
5101c27c83
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@@ -11,8 +11,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run check.sh
|
||||
run: |
|
||||
./.github/scripts/check.sh
|
||||
env:
|
||||
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
|
||||
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}
|
||||
INSTATUS_COMPONENT_ID: ${{ secrets.INSTATUS_COMPONENT_ID }}
|
||||
|
||||
Reference in New Issue
Block a user