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 }}'