We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d987c16 commit c342fa7Copy full SHA for c342fa7
.github/workflows/access-token-management-ci.yml
@@ -57,6 +57,14 @@ jobs:
57
fail-on-error: true
58
fail-on-empty: true
59
60
+ - name: Install Sectigo CodeSiging CA certificates
61
+ run: |
62
+ sudo apt-get update
63
+ sudo apt-get install -y ca-certificates
64
+ sudo cp build/SectigoPublicCodeSigningCAR36.crt /usr/local/share/ca-certificates/
65
+ sudo update-ca-certificates
66
+ openssl x509 -in /usr/local/share/ca-certificates/SectigoPublicCodeSigningCAR36.crt -text -noout
67
+
68
- name: Sign
69
if: (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
70
env:
0 commit comments