Skip to content

Commit 3f990af

Browse files
authored
Update integration_checkdriver.yml
1 parent de29bb9 commit 3f990af

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/integration_checkdriver.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and deploy ASP.Net Core app to Azure Web App - CheckDriver
66
on:
77
push:
88
branches:
9-
- integration
9+
- master
1010
workflow_dispatch:
1111

1212
jobs:
@@ -40,21 +40,21 @@ jobs:
4040
environment:
4141
name: 'Production'
4242
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
43-
permissions:
44-
id-token: write #This is required for requesting the JWT
43+
permissions:
44+
id-token: write #This is required for requesting the JWT
4545

4646
steps:
4747
- name: Download artifact from build job
4848
uses: actions/download-artifact@v3
4949
with:
5050
name: .net-app
51-
52-
- name: Login to Azure
53-
uses: azure/login@v1
54-
with:
55-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_E9AF348E5C5C43AA8D4DC6D5D7832550 }}
56-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_C81C36AF407F47E0841F8C513B2E4689 }}
57-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_548C4B80BB1545B19DFB28DE2B816ED6 }}
51+
52+
- name: Login to Azure
53+
uses: azure/login@v1
54+
with:
55+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_E9AF348E5C5C43AA8D4DC6D5D7832550 }}
56+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_C81C36AF407F47E0841F8C513B2E4689 }}
57+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_548C4B80BB1545B19DFB28DE2B816ED6 }}
5858

5959
- name: Deploy to Azure Web App
6060
id: deploy-to-webapp
@@ -63,4 +63,4 @@ jobs:
6363
app-name: 'CheckDriver'
6464
slot-name: 'Production'
6565
package: .
66-
66+

0 commit comments

Comments
 (0)