Skip to content

Merge pull request #580 from nithinsas/patch-1 #156

Merge pull request #580 from nithinsas/patch-1

Merge pull request #580 from nithinsas/patch-1 #156

Workflow file for this run

on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Upload TrustFrameworkBase Policy'
uses: azure-ad-b2c/deploy-trustframework-policy@v5.3
with:
folder: "./"
files: "deployment.json"
tenant: ${{ secrets.tenant }}
clientId: ${{ secrets.clientId }}
clientSecret: ${{ secrets.clientSecret }}
renumberSteps: true
addAppInsightsStep: true