Skip to content

Commit 7855207

Browse files
chore: add permissions section to Azure deployment workflow
1 parent 634cd8a commit 7855207

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- master
77
workflow_dispatch:
88

9+
permissions:
10+
id-token: write
11+
contents: read
12+
913
env:
1014
AZURE_WEBAPP_NAME: telerik-blazor-parag-demo
1115
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root

0 commit comments

Comments
 (0)