Skip to content

Commit

Permalink
Specify verbosity sign sign tool
Browse files Browse the repository at this point in the history
Pass the `--verbosity` flag with a level of `Warning` (the default) unless GitHub Actions debugging is enabled, in which case specify `Debug`.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent 2fd11ec commit c95f607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
--azure-key-vault-client-secret "${{ secrets.SIGN_CLI_SECRET }}"
--azure-key-vault-tenant-id "${{ secrets.SIGN_CLI_TENANT_ID }}"
--azure-key-vault-url "${{ secrets.SIGN_CLI_VAULT_URI }}"
--verbosity "${{ runner.debug == '1' && 'Debug' || 'Warning' }}"
- name: Upload signed packages
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit c95f607

Please sign in to comment.