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 a9d9511 commit 353349dCopy full SHA for 353349d
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 "${NPM_TOKEN}" ]; then
10
errors+=("The OPENAI_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets")
11
fi
0 commit comments