feat(api): update via SDK Studio

This commit is contained in:
stainless-app[bot] 2025-06-27 14:36:16 +00:00
parent 06a27a0271
commit 6e58c71f23
7 changed files with 9 additions and 48 deletions

View file

@ -2,10 +2,6 @@
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 PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets.")
fi