Skip to content

Commit

Permalink
fix yml file example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ellison committed Sep 29, 2023
1 parent a710980 commit 6a886b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _docs-sources/pipelines/security/multi-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
6 changes: 3 additions & 3 deletions docs/pipelines/security/multi-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -57,6 +57,6 @@ The `INFRA_LIVE_ACCESS_TOKEN` available to the `infrastructure-pipelines` reposi
<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "local-copier",
"hash": "3462b96b4501e2fcb0e26236bf6f41bf"
"hash": "f379ac3d345694272df57b975194b7ea"
}
##DOCS-SOURCER-END -->

0 comments on commit 6a886b3

Please sign in to comment.