diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 10d198b8a9..e9d8557d95 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -210,4 +210,4 @@ jobs: - name: Telemetry summarize uses: rapidsai/shared-actions/telemetry-dispatch-write-summary@main with: - cert_concat: join(fromJSON('["${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }}", "${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }}", "${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"]'), ';') + cert_concat: "${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"