Skip to content

Commit

Permalink
feat: do release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Sep 13, 2024
1 parent da6170e commit 705c3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '903dc541-2740-462e-b9dd-659adaf2188e'
project-slug: 'installer'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.upload-unsigned.outputs.artifact-id}}'
wait-for-completion: true
output-artifact-directory: 'signed-artifacts'
Expand Down

0 comments on commit 705c3a6

Please sign in to comment.