Skip to content

Commit bc2d1b1

Browse files
committed
feat: Add print_error
1 parent deecf75 commit bc2d1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ elif [ -n "${PERSONAL_TOKEN}" ]; then
3232
elif [ -n "${GITHUB_TOKEN}" ]; then
3333

3434
print_info "setup with GITHUB_TOKEN"
35+
print_error "Do not use GITHUB_TOKEN, See #9"
3536

3637
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
3738

0 commit comments

Comments
 (0)