Skip to content

Commit 8e59beb

Browse files
fix(ci): release-doctor — report correct token name
1 parent 3e0bfd3 commit 8e59beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 "${NPM_TOKEN}" ]; then
6-
errors+=("The BROWSERBASE_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets")
6+
errors+=("The NPM_TOKEN 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)