Skip to content

Commit

Permalink
chore: testing installation of digicert tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Mar 26, 2024
1 parent 9d3e0f0 commit 33fde05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cert-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
- name: Verify KSP Registration
env:
SM_API_KEY: ${{ secrets.CODE_SIGNING_API_KEY }}
SM_CLIENT_CERT_FILE: ${{ steps.write_client_auth_cert.outputs.p12_path }}
# SM_CLIENT_CERT_FILE: ${{ steps.write_client_auth_cert.outputs.p12_path }}
SM_CLIENT_CERT_FILE: "D:\a\momento-cli\momento-cli\cert.p12"
SM_CLIENT_CERT_PASSWORD: ${{ secrets.CODE_SIGNING_CERT_PASSWORD }}
run: |
smksp_registrar.exe list
Expand Down

0 comments on commit 33fde05

Please sign in to comment.