Skip to content

Commit d31f98a

Browse files
authored
Merge pull request #23 from secure-web-apps/feature/fix
Fix IaC GitHub actions workflow
2 parents 6da26c2 + c5eb452 commit d31f98a

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)