From bbfecb25a865d9a99f171efc3bbfbcea5cb1a036 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 5 Nov 2024 14:50:26 +0100 Subject: [PATCH] rm duplication --- docs/docs/20-usage/40-secrets.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/20-usage/40-secrets.md b/docs/docs/20-usage/40-secrets.md index 17cc02432..baa12fb39 100644 --- a/docs/docs/20-usage/40-secrets.md +++ b/docs/docs/20-usage/40-secrets.md @@ -32,8 +32,6 @@ In this example, the secret named `secret_token` would be passed to the setting + from_secret: secret_token ``` -The `from_secret` syntax also works for settings in any hierarchy. - :::info Important You cannot use the deprecated `secrets` or `environment` directly in plugin steps, as this could alter plugin execution. Instead, use the `settings` field for secrets in plugins: