ci: document what scope the ci_run_n_monitor token needs

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37083>
This commit is contained in:
Eric Engestrom
2025-08-29 14:57:15 +02:00
committed by Marge Bot
parent 4598028fde
commit 159fcfdb2f

View File

@@ -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(