Skip to content

Commit

Permalink
Merge pull request #19 from nhnacademy-be5-T3Team/joohyun1996-patch-1
Browse files Browse the repository at this point in the history
Update cicd.yml
  • Loading branch information
joohyun1996 authored Apr 30, 2024
2 parents 6f6cc46 + 875e044 commit a6b2ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 a6b2ccb

Please sign in to comment.