From f76c58b4dedd3c33848b0cd0f37233b5e28818ec Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Sun, 14 Apr 2024 21:59:56 -0700 Subject: [PATCH] added inst --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 6c86e4f5f..b9f2d3cb5 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -29,7 +29,7 @@ jobs: uses: digma-ai/digma-java-instrumentation-action@v1.0.2 with: # Assuming the action expects these inputs: - collector_url: 'http://example.com/collector' + collector_url: 'https://collector.meloona01.digma.systems' service_name: 'spring-petclinic' environment: 'PETCLINIC_CI'