Skip to content

Commit

Permalink
Update haemil-CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin authored Aug 12, 2023
1 parent 7a5d426 commit 048ddfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haemil-CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
distribution: 'temurin'
java-version: '11'

- name: Copy application-secret
env:
APPLICATION_SECRET: ${{ secrets.APPLICATION_SECRET }}
run: echo $APPLICATION_SECRET | base64 --decode > src/main/resources/application-secret.yml

# (3) Gradle build (Test 제외)
- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
Expand Down

0 comments on commit 048ddfe

Please sign in to comment.