mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
06a27a0271
commit
6e58c71f23
7 changed files with 9 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue