Skip to content

Commit

Permalink
[ci] Use new connection for pair-to-mac keyvault (#21058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins authored Aug 16, 2024
1 parent 0c6e181 commit 8325955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/windows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ steps:

- task: AzureKeyVault@2
inputs:
azureSubscription: 'Xamarin - R&D - XamarinSecurity'
azureSubscription: 'Xamarin - SDK Engineering - macios-team-pair-to-mac-ci'
KeyVaultName: 'xamarin-ios-vault'
SecretsFilter: 'RemoteMacIdRsa'
displayName: 'Download id_rsa'
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/windows/reenable-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:

- task: AzureKeyVault@2
inputs:
azureSubscription: 'Xamarin - R&D - XamarinSecurity'
azureSubscription: 'Xamarin - SDK Engineering - macios-team-pair-to-mac-ci'
KeyVaultName: 'xamarin-ios-vault'
SecretsFilter: 'RemoteMacIdRsa'
displayName: 'Download id_rsa'
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/windows/reserve-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ steps:

- task: AzureKeyVault@2
inputs:
azureSubscription: 'Xamarin - R&D - XamarinSecurity'
azureSubscription: 'Xamarin - SDK Engineering - macios-team-pair-to-mac-ci'
KeyVaultName: 'xamarin-ios-vault'
SecretsFilter: 'RemoteMacIdRsaPub'
displayName: 'Download id_rsa.pub'
Expand Down

8 comments on commit 8325955

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.