We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b456998 commit a14b1b9Copy full SHA for a14b1b9
.github/workflows/ci.yml
@@ -11,6 +11,10 @@ jobs:
11
runs-on: windows-2022
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Set up authenticity certificate
15
+ run: |
16
+ echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
17
+ shell: bash
18
- name: Setup tmate session
19
uses: mxschmitt/action-tmate@v3
20
0 commit comments