Skip to content

Commit a14b1b9

Browse files
committed
cert
1 parent b456998 commit a14b1b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: windows-2022
1212
steps:
1313
- 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
1418
- name: Setup tmate session
1519
uses: mxschmitt/action-tmate@v3
1620

0 commit comments

Comments
 (0)