Skip to content

Commit

Permalink
Test Windows signing with SignPath (#1812)
Browse files Browse the repository at this point in the history
* Try Windows test signing with SignPath

* Signing should only be after merge

* Fixup SignPath org id using a secret

Signed-off-by: Geoff Hutchison <[email protected]>

---------

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis authored Nov 23, 2024
1 parent 370f2fa commit 3dce5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: 'Avogadro Project [OSS]'
organization-id: '${{ secrets.SIGNPATH_ORG_ID }}'
project-slug: 'avogadrolibs'
signing-policy-slug: 'test-signing'
github-artifact-id: '${{ steps.upload-artifact.outputs.artifact-id }}'
Expand Down

0 comments on commit 3dce5ac

Please sign in to comment.