Skip to content

Commit d0f0be6

Browse files
fix(ci): release-doctor — report correct token name
1 parent 6b89bde commit d0f0be6

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 "${NPM_TOKEN}" ]; then
6-
errors+=("The WRITER_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)