Skip to content

Commit adeb395

Browse files
committed
allow no subs
1 parent 1de742b commit adeb395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
if: ${{ env.SignBuild == 'true' }}
6060
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0
6161
with:
62+
allow-no-subscriptions: true
6263
client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
6364
tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
64-
subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}
6565

6666
- name: Dump GitHub OIDC claims (diagnostic)
6767
shell: pwsh

0 commit comments

Comments
 (0)