adding danger review automation
What does this MR do and why?
The danger-review token should be automated to use common-ci-tokens, but the jobs had been silently failing due to job_allow_failure: true . On investigating the necessary danger-review configuration in .gitlab-ci.yml was missing. Adding this configuration should fix the problem.
- Failed pipeline https://gitlab.com/gitlab-org/release-tools/-/jobs/8277909542 is missing the
DANGER_GITLAB_API_TOKENvariable.
- After the MR we can see a pipeline with the variable https://gitlab.com/gitlab-org/release-tools/-/jobs/8282638283
Edited by Maina Ng'ang'a

