diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-02-05 16:54:09 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-02-05 16:54:09 -0800 |
| commit | adeb395224ba51aa303362502cc3c134675400f7 (patch) | |
| tree | 8bec92dc7e8357f7beee68573076c3aa3926e26c /.github/workflows/build.yml | |
| parent | 1de742bfaf700f2c8d2fc4c6e094a97cef0a0f4a (diff) | |
| download | wix-7.0.0-rc.1.tar.gz wix-7.0.0-rc.1.tar.bz2 wix-7.0.0-rc.1.zip | |
allow no subsHEADv7.0.0-rc.1main
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
