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 7fc905e commit 2b98307Copy full SHA for 2b98307
bin/check-release-environment
@@ -3,7 +3,7 @@
3
errors=()
4
5
if [ -z "${PYPI_TOKEN}" ]; then
6
- errors+=("The YDC_SEARCH_API_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