We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1297832 commit 2e278bdCopy full SHA for 2e278bd
bin/check-release-environment
@@ -3,11 +3,11 @@
3
errors=()
4
5
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.")
+ 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.")
7
fi
8
9
if [ -z "${PYPI_TOKEN}" ]; then
10
- errors+=("The FINCH_PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organisation secrets.")
+ errors+=("The FINCH_PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets.")
11
12
13
len=${#errors[@]}
0 commit comments