Skip to content

Commit

Permalink
feat: #10 빌드시 필요한 환경변수 포함하여 빌드하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 authored Apr 15, 2024
1 parent f851051 commit 86d14c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ jobs:
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
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn package ${{ secrets.MAVEN_PACKAGE_OPTIONS }}

0 comments on commit 86d14c3

Please sign in to comment.