Skip to content

Commit

Permalink
Merge pull request #6073 from microsoft/andrueastman/updateConnection
Browse files Browse the repository at this point in the history
ci: update subscription secrets location
  • Loading branch information
andrueastman authored Jan 30, 2025
2 parents f966d76 + 1fc680b commit 32c3ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ extends:
- task: AzureKeyVault@2
displayName: "Azure Key Vault: Get Secrets"
inputs:
azureSubscription: "MicrosofGraphKeyVault connection"
KeyVaultName: MicrosofGraphKeyVault
azureSubscription: "Federated AKV Managed Identity Connection"
KeyVaultName: akv-prod-eastus
SecretsFilter: "graph-cli-apple-developer-certificate,graph-cli-apple-developer-certificate-password"
condition: and(succeeded(), startsWith('${{ distribution.architecture }}', 'osx'))
- bash: |
Expand Down

0 comments on commit 32c3ad3

Please sign in to comment.