Skip to content

Commit 59044d8

Browse files
committed
chore: keyvault name change
1 parent 5532c5e commit 59044d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: deploy-infrastructure
3030
runs-on: ubuntu-latest
3131
env:
32-
KEY_VAULT_NAME_DEV: "dkumlin-demo-keyvault"
32+
KEY_VAULT_NAME_DEV: "dkumlin-demo-keyvault-test"
3333
KEY_VAULT_SECRET_ACR_USERNAME: "acr-username"
3434
KEY_VAULT_SECRET_ACR_PASSWORD: "acr-password0"
3535
CONTAINER_REGISTRY_SERVER_URL_DEV: "dkumlinacrdemo.azurecr.io"

main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"value": "latest"
2222
},
2323
"keyVaultName": {
24-
"value": "dkumlin-demo-keyVault"
24+
"value": "dkumlin-demo-keyvault-test"
2525
},
2626
"keyVaultRoleAssignments": {
2727
"value": [

0 commit comments

Comments
 (0)