Commit 217f6d17

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-05-23 05:29:28
chore(internal): fix release workflows
1 parent 7447544
Changed files (1)
bin/check-release-environment
@@ -2,6 +2,10 @@
 
 errors=()
 
+if [ -z "${STAINLESS_API_KEY}" ]; then
+  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.")
+fi
+
 if [ -z "${PYPI_TOKEN}" ]; then
   errors+=("The OPENAI_PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets.")
 fi