From 5c8e53ce82cf8f40f21250e4fd4196f0ff485af6 Mon Sep 17 00:00:00 2001 From: Kent Japhet Ballon Date: Mon, 1 Sep 2025 13:53:32 +0800 Subject: [PATCH] kballon-example-mr --- doc/ci/jobs/ci_job_token.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ci/jobs/ci_job_token.md b/doc/ci/jobs/ci_job_token.md index 2699c1f3e374dc..47314b98bdec80 100644 --- a/doc/ci/jobs/ci_job_token.md +++ b/doc/ci/jobs/ci_job_token.md @@ -572,3 +572,7 @@ When `base64` encoding JWT format job tokens during job execution, for example w `echo $CI_JOB_TOKEN | base64`, the token is rendered invalid. To fix this issue, use `base64 -w0` to disable automatically wrapping the token. + +### Missing Authentication logs + +this is a test message \ No newline at end of file -- GitLab