diff --git a/tools/sgnpmartifactregistryauth/tools.go b/tools/sgnpmartifactregistryauth/tools.go index 30e59bc6..fad03dd4 100644 --- a/tools/sgnpmartifactregistryauth/tools.go +++ b/tools/sgnpmartifactregistryauth/tools.go @@ -26,3 +26,7 @@ func PrepareCommand(ctx context.Context) error { fmt.Sprintf("google-artifactregistry-auth@%s", version), ).Run() } + +func Authenticate(ctx context.Context) error { + return Command(ctx).Run() +}