From bc2d1b14dfae4a7002f7bfb25adec648d59eb6db Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 16:21:48 +0900 Subject: [PATCH] feat: Add print_error --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index ce3c5ad..f725f5e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,6 +32,7 @@ elif [ -n "${PERSONAL_TOKEN}" ]; then elif [ -n "${GITHUB_TOKEN}" ]; then print_info "setup with GITHUB_TOKEN" + print_error "Do not use GITHUB_TOKEN, See #9" remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"