From: Ambroise C Date: Thu, 11 Apr 2024 14:18:58 +0000 (+0200) Subject: SONAR-21822 Fix typo in GitHub onboarding tutorial for monorepo X-Git-Tag: 10.5.0.89998~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ee344fdfc8097696c77069e2974ebc8e9573b16b;p=sonarqube.git SONAR-21822 Fix typo in GitHub onboarding tutorial for monorepo --- diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index ed46414c473..cfc35e39078 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4630,7 +4630,7 @@ onboarding.tutorial.with.bitbucket_pipelines.variables.secured.sentence.secured= 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