Skip to content

Commit

Permalink
pipelines: Try out new test service connection (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Jan 14, 2025
1 parent 3795a4b commit 4b8558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/templates/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- task: AzureKeyVault@2
displayName: "\U0001F449 Get AzCodeE2ETests service connection secrets"
inputs:
azureSubscription: 'AzCodeE2ETestsCreds'
azureSubscription: 'AzCodeE2ETestsCredentials'
KeyVaultName: 'AzCodeE2ETestsCredsKV'
SecretsFilter: 'AzCodeServiceConnectionID, AzCodeServiceConnectionDomain, AzCodeServiceConnectionClientID'
RunAsPreJob: true
Expand Down

0 comments on commit 4b8558a

Please sign in to comment.