From c5eb452bcc1437acdaaa2e5194f6ea60a761546c Mon Sep 17 00:00:00 2001 From: Marc Rufer Date: Thu, 19 Mar 2026 15:24:48 +0100 Subject: [PATCH] Fix IaC GitHub actions workflow --- .github/workflows/deploy-to-azure.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index a9eead8..2815779 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -9,6 +9,9 @@ concurrency: group: deploy-to-azure cancel-in-progress: false +permissions: + id-token: write + env: AZURE_WEBAPP_NAME: e2e-security-web-appsrv-dev # set this to the name of your Azure App Service AZURE_WEBAPP_PACKAGE_PATH: "." @@ -22,7 +25,6 @@ jobs: permissions: contents: read - id-token: write steps: - uses: actions/checkout@v4