Skip to content

Commit 89a860f

Browse files
committed
docs: organisation -> organization (UK to US English) (#101)
1 parent 8bca517 commit 89a860f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bin/check-release-environment

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
errors=()
44

55
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 organisation secrets on GitHub.")
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.")
77
fi
88

99
if [ -z "${SONATYPE_USERNAME}" ]; then
10-
errors+=("The LITHIC_SONATYPE_USERNAME secret has not been set. Please set it in either this repository's secrets or your organisation secrets")
10+
errors+=("The LITHIC_SONATYPE_USERNAME secret has not been set. Please set it in either this repository's secrets or your organization secrets")
1111
fi
1212

1313
if [ -z "${SONATYPE_PASSWORD}" ]; then
14-
errors+=("The LITHIC_SONATYPE_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organisation secrets")
14+
errors+=("The LITHIC_SONATYPE_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
1515
fi
1616

1717
if [ -z "${GPG_SIGNING_KEY}" ]; then
18-
errors+=("The LITHIC_SONATYPE_GPG_SIGNING_KEY secret has not been set. Please set it in either this repository's secrets or your organisation secrets")
18+
errors+=("The LITHIC_SONATYPE_GPG_SIGNING_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
1919
fi
2020

2121
if [ -z "${GPG_SIGNING_PASSWORD}" ]; then
22-
errors+=("The LITHIC_SONATYPE_GPG_SIGNING_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organisation secrets")
22+
errors+=("The LITHIC_SONATYPE_GPG_SIGNING_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
2323
fi
2424

2525
len=${#errors[@]}

0 commit comments

Comments
 (0)