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 b50e9f1 commit 2339044Copy full SHA for 2339044
bin/check-release-environment
@@ -3,7 +3,7 @@
3
errors=()
4
5
if [ -z "${NPM_TOKEN}" ]; then
6
- errors+=("The CONTEXTUAL_AI_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets")
+ errors+=("The NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets")
7
fi
8
9
lenErrors=${#errors[@]}
0 commit comments