Commit a1fff20d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'norpol-master-patch-81611' into 'master'

Fix documentation typo in invalid JWT payload JSON

See merge request gitlab-org/gitlab!42356
parents 3e1f4a5f 65dd0c69
......@@ -47,7 +47,7 @@ The JWT's payload looks like this:
"project_path": "mygroup/myproject",
"user_id": "42",
"user_login": "myuser",
"user_email": "myuser@example.com"
"user_email": "myuser@example.com",
"pipeline_id": "1212",
"job_id": "1212",
"ref": "auto-deploy-2020-04-01", # Git ref for this job
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment