aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 403b1874..1c6b48bd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,9 +59,9 @@ jobs:
59 if: ${{ env.SignBuild == 'true' }} 59 if: ${{ env.SignBuild == 'true' }}
60 uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0 60 uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0
61 with: 61 with:
62 allow-no-subscriptions: true
62 client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} 63 client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
63 tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} 64 tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
64 subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}
65 65
66 - name: Dump GitHub OIDC claims (diagnostic) 66 - name: Dump GitHub OIDC claims (diagnostic)
67 shell: pwsh 67 shell: pwsh