From 6a886b3bc32ad58448e9e55f4e473837bb3b6709 Mon Sep 17 00:00:00 2001 From: Andrew Ellison Date: Fri, 29 Sep 2023 08:28:36 -0500 Subject: [PATCH] fix yml file example --- _docs-sources/pipelines/security/multi-account.md | 4 ++-- docs/pipelines/security/multi-account.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_docs-sources/pipelines/security/multi-account.md b/_docs-sources/pipelines/security/multi-account.md index 88eb3a856..5d67b31ca 100644 --- a/_docs-sources/pipelines/security/multi-account.md +++ b/_docs-sources/pipelines/security/multi-account.md @@ -42,9 +42,9 @@ add the repository to the `repo-allow-list` section of `.gruntwork/config.yml`. The new resource should match the name of your repository **exactly** in the format `github-org/infrastructure-live-repo-name` with a single repository per line. See the example file below: -```txt title=infrastructure-pipelines/.gruntwork/config.yml +```yml title=infrastructure-pipelines/.gruntwork/config.yml # The git repos that have permissions to invoke Pipelines jobs -- repo-allowlist: +repo-allow-list: - acme/team-1-infrastructure-live - acme/team-2-infrastructure-live ``` diff --git a/docs/pipelines/security/multi-account.md b/docs/pipelines/security/multi-account.md index bac44c8e3..7754b015e 100644 --- a/docs/pipelines/security/multi-account.md +++ b/docs/pipelines/security/multi-account.md @@ -42,9 +42,9 @@ add the repository to the `repo-allow-list` section of `.gruntwork/config.yml`. The new resource should match the name of your repository **exactly** in the format `github-org/infrastructure-live-repo-name` with a single repository per line. See the example file below: -```txt title=infrastructure-pipelines/.gruntwork/config.yml +```yml title=infrastructure-pipelines/.gruntwork/config.yml # The git repos that have permissions to invoke Pipelines jobs -- repo-allowlist: +repo-allow-list: - acme/team-1-infrastructure-live - acme/team-2-infrastructure-live ``` @@ -57,6 +57,6 @@ The `INFRA_LIVE_ACCESS_TOKEN` available to the `infrastructure-pipelines` reposi