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 3658216 commit cde5b81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build with Maven
run: echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > skm_key.txt
run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
ls
base64 -D -i t3team-skm-cert.txt -o t3team-skm-cert2.p12

0 comments on commit cde5b81

Please sign in to comment.