Skip to content

Commit

Permalink
Update main_refuseserviceapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mf0zz13 authored Oct 2, 2024
1 parent 93486a5 commit 19094ea
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main_refuseserviceapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '8.0'

- name: Build with dotnet
run: dotnet build --configuration Release
Expand All @@ -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_C82A1F9F8B5844D68DAF1007A67903FC }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_BD298BC0166C402883C1FCC1A1C31C10 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_20BFAC346E484D57AEE814C658D54DE8 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_C82A1F9F8B5844D68DAF1007A67903FC }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_BD298BC0166C402883C1FCC1A1C31C10 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_20BFAC346E484D57AEE814C658D54DE8 }}

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


0 comments on commit 19094ea

Please sign in to comment.