Skip to content

Commit b3fc70b

Browse files
authored
fix(docs): update readme
1 parent 69745f0 commit b3fc70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ package = "@netlify/plugin-secrets-manager"
6666
The plugin supports context based secrets, to allow injecting AWS secrets only to builds with a specific deploy context.
6767
To configure the context for a secret, add a tag to it via AWS secrets manager with a name of `NETLIFY_CONTEXT` and value of `production`, `deploy-preview`, `branch-deploy` or any branch name in your `git` repository.
6868

69-
>To learn more about deploy contexts, visit [Netlify's documentation](https://docs.netlify.com/site-deploys/overview/#deploy-contexts)
69+
As a result, the plugin will inject the AWS secret only to builds with the matching deploy context or branch.
7070

71-
As a result, the plugin will inject the AWS secret only to builds with the matching deploy context.
71+
>To learn more about deploy contexts, visit [Netlify's documentation](https://docs.netlify.com/site-deploys/overview/#deploy-contexts)
7272
7373
## Additional configuration
7474

0 commit comments

Comments
 (0)