We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e524ea commit e1b31a6Copy full SHA for e1b31a6
bin/check-release-environment
@@ -2,6 +2,10 @@
2
3
errors=()
4
5
+if [ -z "${STAINLESS_API_KEY}" ]; then
6
+ errors+=("The STAINLESS_API_KEY secret has not been set. Please contact Stainless for an API key & set it in your organization secrets on GitHub.")
7
+fi
8
+
9
if [ -z "${GEM_HOST_API_KEY}" ]; then
10
errors+=("The OPENAI_GEM_HOST_API_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
11
fi
0 commit comments