Skip to content

Commit a73bcec

Browse files
fix(ci): release-doctor — report correct token name
1 parent e646cd6 commit a73bcec

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