We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de742b commit adeb395Copy full SHA for adeb395
.github/workflows/build.yml
@@ -59,9 +59,9 @@ jobs:
59
if: ${{ env.SignBuild == 'true' }}
60
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0
61
with:
62
+ allow-no-subscriptions: true
63
client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
64
tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
- subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}
65
66
- name: Dump GitHub OIDC claims (diagnostic)
67
shell: pwsh
0 commit comments