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 cec24e3 commit 5dd13e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

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

- name: Set variables
Expand Down

0 comments on commit 5dd13e7

Please sign in to comment.