From 9da9a9464cbde89de2fdb5050d28706ef28bdc45 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Tue, 16 Jun 2026 21:10:31 +0000 Subject: [PATCH] build: Add SecretsManager to dotnet-tools.json --- .config/dotnet-tools.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index bb12e81f..781e5173 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -7,6 +7,12 @@ "commands": [ "generate-sbom" ] + }, + "Google.Cloud.Tools.SecretManagerHelper": { + "version": "1.1.0", + "commands": [ + "fetch-secret" + ] } } } \ No newline at end of file