chore: integrate Instatus in check script (#342)

This commit is contained in:
Muhammad Atif Ali
2024-11-19 14:22:03 +05:00
committed by GitHub
parent 90bfbfdc40
commit 5101c27c83
2 changed files with 89 additions and 8 deletions

View File

@@ -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 }}