Commit 75f5c726 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'philband-master-patch-13084' into 'master'

Fix invalid JSON in JWT payload

See merge request gitlab-org/gitlab!64465
parents 60e04ca7 3e5f3147
......@@ -47,7 +47,7 @@ The JWT's payload looks like this:
"project_id": "22", #
"project_path": "mygroup/myproject", #
"user_id": "42", # Id of the user executing the job
"user_login": "myuser" # GitLab @username
"user_login": "myuser", # GitLab @username
"user_email": "myuser@example.com", # Email of the user executing the job
"pipeline_id": "1212", #
"pipeline_source": "web", # Pipeline source, see: https://docs.gitlab.com/ee/ci/yaml/#common-if-clauses-for-rules
......
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