mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Added to allowed characters in tokens
GitHub tokens now include an underscore character
This commit is contained in:
parent
f3e9de4fea
commit
500db52ef3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ while [ $# -gt 0 ]; do
|
|||
shift 2
|
||||
;;
|
||||
--token)
|
||||
check_arg '*[!0-9a-zA-Z]*' "$2" "Token is empty or contains illegal characters."
|
||||
check_arg '*[!0-9a-zA-Z_]*' "$2" "Token is empty or contains illegal characters."
|
||||
githubToken="$2"
|
||||
shift 2
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue