Skip to content

Commit

Permalink
chore(appium): update setup certificate step
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Apr 25, 2024
1 parent 5dd13e7 commit a1b0941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup Certificate
run: |
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" > ./base64certificate.txt
base64 --decode -i ./base64certificate.txt -o /d/Certificate_pkcs12.p12
base64 --decode -i ./base64certificate.txt > /d/Certificate_pkcs12.p12
cat /d/Certificate_pkcs12.p12
shell: bash

- name: Set variables
Expand Down

0 comments on commit a1b0941

Please sign in to comment.