From 3dce5ace41efdf856d8f45ce59c3f3cb4ce02a7c Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Fri, 22 Nov 2024 22:42:47 -0500 Subject: [PATCH] Test Windows signing with SignPath (#1812) * Try Windows test signing with SignPath * Signing should only be after merge * Fixup SignPath org id using a secret Signed-off-by: Geoff Hutchison --------- Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 9fe86705e0..02e5292f43 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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 }}'