From 337284646c36b780c9553fe06fa65bbeb0fb7fca Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 14 Oct 2023 23:20:48 +0200 Subject: [PATCH] update docs --- docs/docs/20-usage/71-project-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/71-project-settings.md b/docs/docs/20-usage/71-project-settings.md index d65552182..143fa470b 100644 --- a/docs/docs/20-usage/71-project-settings.md +++ b/docs/docs/20-usage/71-project-settings.md @@ -35,7 +35,7 @@ Only server admins can set this option. If you are not a server admin this optio ### Only inject netrc credentials into trusted containers -Cloning pipeline step may need git credentials. They are injected via netrc. By default, they're only injected if this option is enabled, the repo is trusted ([see above](#trusted)) or the image is a trusted clone image. If you uncheck the option, git credentials will be injected into any container in clone step. +Cloning pipeline step may need git credentials. They are injected via netrc. By default, they're only injected if this option is enabled, the repo is trusted ([see above](#trusted)) or the image is a trusted clone image. If you uncheck the option, git credentials will be injected into any container of the pipeline. This can be helpful if you want to execute `git push` commands in a container that is not "trusted" by default. ## Project visibility