Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 authored Mar 29, 2024
1 parent 7df64e5 commit 7aed617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- uses: actions/checkout@v3
- name: decoding key file
run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} | base64 -d > t3team-skm-cert.p12
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
base64 -d t3team-skm-cert.txt > t3team-skm-cert.p12
pwd

0 comments on commit 7aed617

Please sign in to comment.