|
@@ -229,7 +229,7 @@ jobs:
|
|
|
if: env.SHOULD_BUILD == 'yes' && vars.DISABLE_INSIDER_WINDOWS_SIGNING != 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
|
if: env.SHOULD_BUILD == 'yes' && vars.DISABLE_INSIDER_WINDOWS_SIGNING != 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
|
|
|
|
|
|
|
- name: Signing
|
|
- name: Signing
|
|
|
- uses: signpath/github-action-submit-signing-request@v1
|
|
|
|
|
|
|
+ uses: signpath/github-action-submit-signing-request@v2
|
|
|
with:
|
|
with:
|
|
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
|
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|