Skip to content

Commit

Permalink
Fixing pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilpiRachna1 committed Jul 21, 2024
1 parent 334fc76 commit 48d5894
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr_check_webapp_dotnet_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- master
- 'releases/*'

permissions:
id-token: write

# CONFIGURATION
# For help, go to https://github.com/Azure/Actions
#
Expand Down Expand Up @@ -75,9 +78,11 @@ jobs:
}
- name: Azure authentication
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_WEBAPP_SPN }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: 'Deploy to Azure WebApp'
uses: ./webapps-deploy/
Expand Down

0 comments on commit 48d5894

Please sign in to comment.