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 3dbf21b commit 46590bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: decoding key file
run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
base64 -d t3team-skm-cert.txt > src/main/resources/key/t3team-skm-cert.p12
cd src/main/resources/key & ls
ls
base64 -d t3team-skm-cert.txt > src/main/resources/t3team-skm-cert.p12
cd src/main/resources & ls

0 comments on commit 46590bc

Please sign in to comment.