Skip to content

Commit

Permalink
docs: organisation -> organization (UK to US English) (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 16, 2023
1 parent a1c9103 commit 70257d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/check-release-environment
Expand Up @@ -3,11 +3,11 @@
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 organisation secrets on GitHub.")
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 "${NPM_TOKEN}" ]; then
errors+=("The ANTHROPIC_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organisation secrets")
errors+=("The ANTHROPIC_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets")
fi

len=${#errors[@]}
Expand Down

0 comments on commit 70257d4

Please sign in to comment.