File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 49
49
environment :
50
50
name : ' Production'
51
51
url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
52
- permissions :
53
- id-token : write # This is required for requesting the JWT
52
+ permissions :
53
+ id-token : write # This is required for requesting the JWT
54
54
55
55
steps :
56
56
- name : Download artifact from build job
@@ -61,18 +61,17 @@ jobs:
61
61
- name : Unzip artifact for deployment
62
62
run : unzip release.zip
63
63
64
-
65
- - name : Login to Azure
66
- uses : azure/login@v2
67
- with :
68
- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_3917118FFA27476FB2F60F02485D5445 }}
69
- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_5F7FFDB7200F46EBACE17F20B667579E }}
70
- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_87147C59DD054506A0700C68A5F4EAA0 }}
64
+
65
+ - name : Login to Azure
66
+ uses : azure/login@v2
67
+ with :
68
+ creds : ${{ secrets.AZURE_RBAC_CREDENTIALS }}
69
+ enable-AzPSSession : true
71
70
72
71
- name : ' Deploy to Azure Web App'
73
72
uses : azure/webapps-deploy@v3
74
73
id : deploy-to-webapp
75
74
with :
76
75
app-name : ' black-wave-49d1c3ddb610467ebc288a262d83f540'
77
76
slot-name : ' Production'
78
-
77
+
You can’t perform that action at this time.
0 commit comments