Skip to content

Commit 41a600a

Browse files
fix(ci): release-doctor — report correct token name
1 parent 105c4ca commit 41a600a

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