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 191cbe3 commit 466f79dCopy full SHA for 466f79d
ci/build/release-prep.sh
@@ -25,7 +25,7 @@ main() {
25
cd "$(dirname "$0")/../.."
26
27
# Check that $GITHUB_TOKEN is set
28
- if [[ -z "${GITHUB_TOKEN}" ]]; then
+ if [[ -z ${GITHUB_TOKEN-} ]]; then
29
echo "We couldn't find an environment variable under GITHUB_TOKEN."
30
echo "This is needed for our scripts that use hub."
31
echo -e "See docs regarding GITHUB_TOKEN here under 'GitHub OAuth authentication': https://hub.github.com/hub.1.html"
0 commit comments