Skip to content

Commit

Permalink
Merge pull request #438 from Pawka/patch-1
Browse files Browse the repository at this point in the history
Fix inconsistent heading in README.md
  • Loading branch information
pzeballos authored May 7, 2024
2 parents 3367cf2 + 9525c45 commit 4151607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4151607

Please sign in to comment.