Skip to content

Commit

Permalink
Add AAD default auth to pr-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Apr 15, 2024
1 parent cc33c47 commit 55bd5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 55bd5e0

Please sign in to comment.