Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 494a25e

Browse files
committed
fix: make site health check eaiser to use
1 parent a6c1e9c commit 494a25e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.env.example

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ---
2+
# These are used for the site health script, run from GitHub Actions. They can
3+
# be set manually if you need to run the script locally.
4+
5+
# Coder admins for Instatus can get this value from https://dashboard.instatus.com/developer
6+
export INSTATUS_API_KEY=
7+
8+
# Can be obtained from calling the Instatus API with a valid token. This value
9+
# might not actually need to be private, but better safe than sorry
10+
# https://instatus.com/help/api/status-pages
11+
export INSTATUS_PAGE_ID=
12+
13+
# Can be obtained from calling the Instatus API with a valid token. This value
14+
# might not actually need to be private, but better safe than sorry
15+
# https://instatus.com/help/api/components
16+
export INSTATUS_COMPONENT_ID=
17+
18+
# Can be grabbed from https://vercel.com/codercom/registry/stores/integration/upstash/store_1YDPuBF4Jd0aNpuV/guides
19+
# Please make sure that the token you use is KV_REST_API_TOKEN; the script needs
20+
# to be able to queries and mutations
21+
export VERCEL_API_KEY=
22+
23+
# ---

.github/scripts/check_registry_site_health.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)