Merge pull request #6 from valueonag/feat/cleanup-gh-actions

chore: comments
This commit is contained in:
Christopher Gondek 2025-11-03 09:35:17 +01:00 committed by GitHub
commit 9247e88dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
permissions: permissions:
id-token: write # <-- required for OIDC id-token: write
contents: read contents: read
steps: steps:
@ -61,4 +61,3 @@ jobs:
app-name: "poweron-preprocessing" app-name: "poweron-preprocessing"
slot-name: "Production" slot-name: "Production"
package: . # reuse the downloaded artifact folder package: . # reuse the downloaded artifact folder
# no publish-profile here; it will use the az login from azure/login