Add new SSO management profile for TOTP input screen #159
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
build-and-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: 'Upload TrustFrameworkBase Policy' | |
uses: azure-ad-b2c/[email protected] | |
with: | |
folder: "./" | |
files: "deployment.json" | |
tenant: ${{ secrets.tenant }} | |
clientId: ${{ secrets.clientId }} | |
clientSecret: ${{ secrets.clientSecret }} | |
renumberSteps: true | |
addAppInsightsStep: true | |