We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14b1b9 commit 4dcdddeCopy full SHA for 4dcddde
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Set up authenticity certificate
15
run: |
16
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
17
+ echo "${{ secrets.SM_CLIENT_CERT_PASSWORD }}" > /d/Certificate_pkcs12_password.txt
18
shell: bash
19
- name: Setup tmate session
20
uses: mxschmitt/action-tmate@v3
0 commit comments