Skip to content

Commit afab147

Browse files
authored
fix: do note check stainless api key during release creation (#813)
1 parent 147f0a4 commit afab147

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/check-release-environment

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
errors=()
44

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-
95
if [ -z "${GEM_HOST_API_KEY}" ]; then
106
errors+=("The GEM_HOST_API_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
117
fi

0 commit comments

Comments
 (0)