Skip to content

Commit

Permalink
make key vault optional in B2C workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jun 12, 2023
1 parent 0ea6823 commit 0b38fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/b2c-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
type: string
description: "Deploy Environment. This is used to pull in and set the github environment. Can be development, staging, or production."
environmentKeyVault:
required: true
required: false
type: string
description: "Azure Key vault Name."
description: "AKS Key vault."
azureB2CProductName:
required: true
type: string
Expand Down

0 comments on commit 0b38fe9

Please sign in to comment.