Skip to content

Commit

Permalink
Merge branch 'develop' into feature/cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
joohyun1996 authored Apr 30, 2024
2 parents 3607485 + a6b2ccb commit 8589208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Prepare secure key manager certKey file
run: |

run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
mkdir src/main/resources/key
base64 -d t3team-skm-cert.txt > src/main/resources/key/t3team-skm-cert.p12
Expand Down

0 comments on commit 8589208

Please sign in to comment.