From ce9892c694fcaa43fcd0a2339fc9fa61eee4c817 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 31 May 2023 16:54:44 -0700 Subject: [PATCH] fix(devops): azure conection string var name (#23416) --- .github/workflows/tests_primary.yml | 4 ++-- .github/workflows/tests_secondary.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index c80160c6bb..939d3de9f3 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -87,7 +87,7 @@ jobs: uses: ./.github/actions/download-blob-report-from-azure with: run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_linux' - connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}' + connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}' - name: Merge into HTML Report run: | npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_linux' @@ -229,7 +229,7 @@ jobs: uses: ./.github/actions/download-blob-report-from-azure with: run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner' - connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}' + connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}' - name: Merge into HTML Report run: | npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner' diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index d9015ae9e4..a5a0c35fdc 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -234,7 +234,7 @@ jobs: uses: ./.github/actions/download-blob-report-from-azure with: run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux' - connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}' + connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}' - name: Merge into HTML Report run: | npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'