We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f0a4 commit afab147Copy full SHA for afab147
bin/check-release-environment
@@ -2,10 +2,6 @@
2
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 organization secrets on GitHub.")
7
-fi
8
-
9
if [ -z "${GEM_HOST_API_KEY}" ]; then
10
errors+=("The GEM_HOST_API_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
11
fi
0 commit comments