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