You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/check-release-environment
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
errors=()
4
4
5
5
if [ -z"${GEM_HOST_API_KEY}" ];then
6
-
errors+=("The ONEBUSAWAY_SDK_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")
0 commit comments