onboarding.tutorial.with.github_ci.title=Analyze your project with GitHub CI
onboarding.tutorial.with.github_action.create_secret.title=Create GitHub Secrets
-onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info=If you use project-level tokens, {link} for each project in your monorepo and create the associated secrets as per previous steps (secrets names need to be unique per project e.g. SONAR_TOKEN_1, SONAR_TOKEN2...)
+onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info=If you use project-level tokens, {link} for each project in your monorepo and create the associated secrets as per previous steps (secrets names need to be unique per project e.g. SONAR_TOKEN_1, SONAR_TOKEN_2...)
onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info.link=generate a token
onboarding.tutorial.with.github_action.create_secret.monorepo_global_token_info=If you use global tokens, request a global token from your admin and follow previous steps.
onboarding.tutorial.with.github_action.monorepo.see_yaml_instructions=Create or update your .github/workflows/build.yml YAML file at the root of your monorepository with this content