be3c46964b
There was a security problem with some `gitlab_gql.py` scenarios because of `\r` and `\n` in the token file, which interrupted the requests for Gitlab endpoints. Stripping the token file after reading the file content solves the problem. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18066>