Skip to content

Commit 664a344

Browse files
fix(ci): release-doctor — report correct token name
1 parent 54fcb64 commit 664a344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/check-release-environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
errors=()
44

55
if [ -z "${GEM_HOST_API_KEY}" ]; then
6-
errors+=("The LITHIC_GEM_HOST_API_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
6+
errors+=("The GEM_HOST_API_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
77
fi
88

99
lenErrors=${#errors[@]}

0 commit comments

Comments
 (0)