Skip to content

Commit 82fcb0f

Browse files
authored
Update main_product-docs-prod.yml
1 parent a5fc371 commit 82fcb0f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/main_product-docs-prod.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: gh-runner-vm
1515
permissions:
1616
contents: read #This is required for actions/checkout
1717

@@ -38,22 +38,22 @@ jobs:
3838
deploy:
3939
runs-on: ubuntu-latest
4040
needs: build
41-
permissions:
42-
id-token: write #This is required for requesting the JWT
43-
contents: read #This is required for actions/checkout
41+
permissions:
42+
id-token: write #This is required for requesting the JWT
43+
contents: read #This is required for actions/checkout
4444

4545
steps:
4646
- name: Download artifact from build job
4747
uses: actions/download-artifact@v4
4848
with:
4949
name: node-app
50-
51-
- name: Login to Azure
52-
uses: azure/login@v2
53-
with:
54-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_A214A3C0191244938C1F540AE0784B17 }}
55-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_5CCF304AF9F843A583AEF7B0F81ECA5F }}
56-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_46445F312B66482C990DC764E4218175 }}
50+
51+
- name: Login to Azure
52+
uses: azure/login@v2
53+
with:
54+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_A214A3C0191244938C1F540AE0784B17 }}
55+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_5CCF304AF9F843A583AEF7B0F81ECA5F }}
56+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_46445F312B66482C990DC764E4218175 }}
5757

5858
- name: 'Deploy to Azure Web App'
5959
id: deploy-to-webapp
@@ -62,4 +62,4 @@ jobs:
6262
app-name: 'product-docs-prod'
6363
slot-name: 'Production'
6464
package: .
65-
65+

0 commit comments

Comments
 (0)