Skip to content

Commit

Permalink
Updated B2C instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jul 19, 2023
1 parent fd7e251 commit a70586b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,20 @@ jobs:

```YAML Example
jobs:
b2c-build-and-deploy:
deploy:
name: B2C Deploy
uses: Andrews-McMeel-Universal/reusable_workflows/.github/workflows/b2c-build-and-deploy.yaml@2
with:
environment: development
azureB2CProductName: appname
environmentKeyVault: ${{ vars.AZURE_KEYVAULT_PREFIX }}-development
azureB2CDomain: developmentamub2c.onmicrosoft.com
azureB2CProductURL: development.appname.com
azureB2CProductId: APPID
secrets:
azureCredentials: ${{ secrets.AZURE_CREDENTIALS }}
storageAccountKey: ${{ secrets.STORAGEACCOUNT_KEY }}
azureB2CClientId: ${{ secrets.B2C_CLIENT_ID }}
azureB2CClientSecret: ${{ secrets.B2C_CLIENT_SECRET }}
storageAccountKey: ${{ secrets.AZURE_B2C_STORAGE_ACCOUNT_KEY }}
azureB2CClientId: ${{ secrets.AZURE_B2C_CLIENT_ID }}
azureB2CClientSecret: ${{ secrets.AZURE_B2C_CLIENT_SECRET }}
```

### Purge CDN
Expand Down

0 comments on commit a70586b

Please sign in to comment.