From 91bffe884db1a388181c64f9a5229e60595eaea3 Mon Sep 17 00:00:00 2001 From: Christopher Gondek Date: Mon, 3 Nov 2025 09:34:48 +0100 Subject: [PATCH] chore: comments --- .github/workflows/main_poweron-preprocessing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main_poweron-preprocessing.yml b/.github/workflows/main_poweron-preprocessing.yml index 8ea37fd..077375f 100644 --- a/.github/workflows/main_poweron-preprocessing.yml +++ b/.github/workflows/main_poweron-preprocessing.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest needs: build permissions: - id-token: write # <-- required for OIDC + id-token: write contents: read steps: @@ -61,4 +61,3 @@ jobs: app-name: "poweron-preprocessing" slot-name: "Production" package: . # reuse the downloaded artifact folder - # no publish-profile here; it will use the az login from azure/login