Update the GitLab token validation to accept longer tokens
It seems like there was a recent update that made PATs longer and include previously invalid characters (dots). Since I haven't found any official notes on this, this MR loosens the token validation regex so it accepts any strings starting with glpat-
followed by 20+ non-whitespace characters.
Closes #11 (closed)