From 55bd5e09f9b11283cb06ebe3cacd0000d959be04 Mon Sep 17 00:00:00 2001 From: "Zi Chen (from Dev Box)" Date: Mon, 15 Apr 2024 16:21:20 -0700 Subject: [PATCH] Add AAD default auth to pr-check --- .github/workflows/pr-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index dedd82c8..dc0ef0b8 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -32,6 +32,8 @@ jobs: connection_string_secret: AAD_PASSWORD_CONNECTION_STRING_NO_DATABASE - auth_type: service_principal connection_string_secret: SERVICE_PRINCIPAL_CONNECTION_STRING_NO_DATABASE + - auth_type: aad_default + connection_string_secret: AAD_DEFAULT_CONNECTION_STRING_NO_DATABASE env: TEST_DB: 'SqlActionTest-${{ matrix.os }}-${{ matrix.auth_type }}'