From 9525c45f5618c172450679190a5835cc50464618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Povilas=20Balzaravi=C4=8Dius?= Date: Tue, 7 May 2024 14:25:02 +0300 Subject: [PATCH] Fix inconsistent heading in README.md Fixing inconsistent heading of a single item in the `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff63d8d9..83722058 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Whether or not to automatically propagate all pipeline environment variables int **Important**: only pipeline environment variables will be propagated (what you see in the BuildKite UI, those listed in `$BUILDKITE_ENV_FILE`). This does not include variables exported in preceeding `environment` hooks. If you wish for those to be propagated you will need to list them specifically or use `env-propagation-list`. -### `propagate-aws-auth-tokens` (run only, boolean) +#### `propagate-aws-auth-tokens` (run only, boolean) Whether or not to automatically propagate aws authentication environment variables into the docker container. Avoiding the need to be specified with `environment`. This is useful for example if you are using an assume role plugin or you want to pass the role of an agent running in ECS or EKS to the docker container.