Skip to content

Commit

Permalink
Update main_adefhelpdeskblazor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ADefWebserver committed Aug 10, 2024
1 parent f8f1bdb commit a4724dc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main_adefhelpdeskblazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: .net-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_4F0317962C694CCFAB5960639FFC1275 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_0B310032577F48FD8394F76872A40AB4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_F57ED5F25160486FB3F4DFEED8DAC7F2 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_4F0317962C694CCFAB5960639FFC1275 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_0B310032577F48FD8394F76872A40AB4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_F57ED5F25160486FB3F4DFEED8DAC7F2 }}

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand All @@ -62,4 +62,4 @@ jobs:
app-name: 'adefhelpdeskblazor'
slot-name: 'Production'
package: .


0 comments on commit a4724dc

Please sign in to comment.