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 105c4ca commit 41a600aCopy full SHA for 41a600a
bin/check-release-environment
@@ -3,7 +3,7 @@
3
errors=()
4
5
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.")
+ errors+=("The PYPI_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