Skip to content

Commit

Permalink
chore(appium): update certificate p12 file
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Apr 23, 2024
1 parent 3942562 commit dc1f072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup Certificate
run: |
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.pfx
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
cat /d/Certificate_pkcs12.p12
shell: bash

Expand Down

0 comments on commit dc1f072

Please sign in to comment.