From 320f3473b96528b87614f688ef5c430eb19b920d Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Wed, 12 Jun 2024 17:51:14 -0700 Subject: [PATCH] Update maven-build.yml --- .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 326f6356f..6ee7b0797 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -42,6 +42,6 @@ jobs: # Assuming the action expects these inputs: digma_url: 'https://api.meloona01.digma.systems' api_token: ${{ secrets.DIGMA_TOKEN }} - environment_id: 'PETCLINIC_CI' + environment_id: 'PETCLINIC_CI%23ID%231' user_name: ${{ secrets.DIGMA_USER }} password: ${{ secrets.DIGMA_PASSWORD }}