From 159fcfdb2f5a8ebdf9b6c08fbe4a2e4317d43e4c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 29 Aug 2025 14:57:15 +0200 Subject: [PATCH] ci: document what scope the ci_run_n_monitor token needs Part-of: --- bin/ci/ci_run_n_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(