From f4c4cbdb72a614a1c751d3151feac48e3826a6ea Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Tue, 25 Jun 2024 19:41:56 -0400 Subject: [PATCH] NH-37575: upgrade to `joboe:10.0.6` --- .github/workflows/push.yml | 2 +- .github/workflows/release-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3ac09516..090cca60 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ permissions: env: SW_APM_DEBUG_LEVEL: trace AGENT_DOWNLOAD_URL: https://agent-binaries.global.st-ssp.solarwinds.com/apm/java/latest/solarwinds-apm-agent.jar - SW_APM_COLLECTOR: apm.collector.na-01.cloud.solarwinds.com + SW_APM_COLLECTOR: ${{ secrets.SW_APM_COLLECTOR }} OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} SW_APM_SERVICE_KEY_AO: ${{ secrets.SW_APM_SERVICE_KEY_AO }} SW_APM_SERVICE_KEY: ${{ secrets.SW_APM_SERVICE_KEY }} diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 8e119349..668c6331 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -12,7 +12,7 @@ permissions: env: SW_APM_DEBUG_LEVEL: trace AGENT_DOWNLOAD_URL: https://agent-binaries.global.st-ssp.solarwinds.com/apm/java/latest/solarwinds-apm-agent.jar - SW_APM_COLLECTOR: apm.collector.na-01.cloud.solarwinds.com + SW_APM_COLLECTOR: ${{ secrets.SW_APM_COLLECTOR }} OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} SW_APM_SERVICE_KEY_AO: ${{ secrets.SW_APM_SERVICE_KEY_AO }} SW_APM_SERVICE_KEY: ${{ secrets.SW_APM_SERVICE_KEY }}