File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+ # ---
You can’t perform that action at this time.
0 commit comments