Skip to content

Commit ae3831d

Browse files
committed
Update version and fix the Azure Subscription of SafeguardBuildSecrets Keyvault
1 parent 473b685 commit ae3831d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- template: pipeline-templates/linux-build-steps.yml
7676
- task: AzureKeyVault@2
7777
inputs:
78-
azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection'
78+
azureSubscription: 'SafeguardOpenSource'
7979
KeyVaultName: 'SafeguardBuildSecrets'
8080
SecretsFilter: 'DockerHubAccessToken,DockerHubPassword'
8181
displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault'
@@ -109,7 +109,7 @@ jobs:
109109
- template: pipeline-templates/linux-build-steps.yml
110110
- task: AzureKeyVault@2
111111
inputs:
112-
azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection'
112+
azureSubscription: 'SafeguardOpenSource'
113113
KeyVaultName: 'SafeguardBuildSecrets'
114114
SecretsFilter: 'DockerHubAccessToken,DockerHubPassword'
115115
displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault'

pipeline-templates/global-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134
1313
variables:
1414
- name: semanticVersion
15-
value: "8.0.0"
15+
value: "8.2.0"
1616
- name: isPrerelease
1717
value: ${{ true }}
1818
- name: isReleaseBranch

0 commit comments

Comments
 (0)