diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 4fb5c6b4898..cd380004604 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -470,7 +470,7 @@ def parse_args() -> argparse.Namespace: metavar="token", type=str, default=get_token_from_default_dir(), - help="Use the provided GitLab token or token file, " + help="Use the provided GitLab token (with `api` scope) or token file, " f"otherwise it's read from {TOKEN_DIR / 'gitlab-token'}", ) parser.add_argument(