mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-18 16:06:44 +00:00
feat: Add print_error
This commit is contained in:
parent
deecf75ce0
commit
bc2d1b14df
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user