Skip to content

Commit

Permalink
Bump deep signing to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Sep 18, 2024
1 parent 4615332 commit c64c71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
path: .\Deployment\Versions\${{ inputs.version }}\COMPASS_Setup_${{ inputs.version }}.exe

- name: Sign installer
uses: signpath/github-action-submit-signing-request@v0.4
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: 2f2c8b60-b250-4dd2-8827-045fa9cc65e6
project-slug: COMPASS
signing-policy-slug: test-signing
signing-policy-slug: release-signing
github-artifact-id: ${{steps.upload-installer.outputs.artifact-id}}
wait-for-completion: false

Expand Down

0 comments on commit c64c71a

Please sign in to comment.