Skip to content

Commit c5eb452

Browse files
committed
Fix IaC GitHub actions workflow
1 parent 6da26c2 commit c5eb452

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: deploy-to-azure
1010
cancel-in-progress: false
1111

12+
permissions:
13+
id-token: write
14+
1215
env:
1316
AZURE_WEBAPP_NAME: e2e-security-web-appsrv-dev # set this to the name of your Azure App Service
1417
AZURE_WEBAPP_PACKAGE_PATH: "."
@@ -22,7 +25,6 @@ jobs:
2225

2326
permissions:
2427
contents: read
25-
id-token: write
2628

2729
steps:
2830
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)