File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4848 deploy :
4949 runs-on : ubuntu-latest
5050 needs : build
51- environment :
52- name : ' Production'
53- url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
5451 permissions :
5552 id-token : write # This is required for requesting the JWT
5653 contents : read # This is required for actions/checkout
6865 - name : Login to Azure
6966 uses : azure/login@v2
7067 with :
71- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_63DC04C0D79B4307B31AC2E65DB8CB2C }}
72- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_2292C8D1DF424D7D93D88440F77781E3 }}
73- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_1B4BEE32611F4110B17E35EA0F9D28CD }}
68+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_E330C9158DCF4650A0FB97B7B5ECF73A }}
69+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_E0A0DEF012E1432B98B32150B2827336 }}
70+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_8B782BB285154D658681F51EEC52622A }}
7471
7572 - name : ' Deploy to Azure Web App'
7673 uses : azure/webapps-deploy@v3
You can’t perform that action at this time.
0 commit comments