Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add a temporary github action for testing windows code signing changes #299

Closed
wants to merge 28 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f289614
chore: add a temporary github action for testing windows code signing…
cprice404 Mar 25, 2024
afc3096
chore: add a step to save the new cert to a file
cprice404 Mar 26, 2024
a4ad0e5
chore: fix typo
cprice404 Mar 26, 2024
53175da
chore: checking cert step output
cprice404 Mar 26, 2024
de708d9
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
6361f64
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
54e301b
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
6a7df85
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
9b62093
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
6fdb833
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
edf1319
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
9da43e9
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
044557a
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
09d0a11
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
e747870
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
38ae6d4
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
e01cf54
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
9d3e0f0
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
33fde05
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
b669ef3
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
481113c
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
319c26b
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
c6f04e8
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
db1e7c2
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
0ca04a6
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
194e563
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
d4bae56
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
22f1da1
chore: testing installation of digicert tools
cprice404 Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: testing installation of digicert tools
  • Loading branch information
cprice404 committed Mar 26, 2024
commit 481113c1ec7b27abae35ee8639b282bb6f191d93
2 changes: 1 addition & 1 deletion .github/workflows/cert-test-workflow.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
- name: Verify KSP Registration
env:
SM_API_KEY: ${{ secrets.CODE_SIGNING_API_KEY }}
SM_CLIENT_CERT_FILE: "D:\a\momento-cli\momento-cli\cert.p12"
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
Loading