Skip to content

Commit

Permalink
�chore: gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 authored Sep 4, 2024
1 parent 66eee59 commit cd817e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
branches: [ "develop" ]

jobs:

test:
runs-on: ubuntu-latest
steps:
Expand All @@ -25,5 +24,9 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Set up Jasypt Encryptor Password
run: echo "JASYPT_ENCRYPTOR_PASSWORD=${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}" >> $GITHUB_ENV # 환경 변수 설정을 위해 run 사용
- name: Build with Gradle
run: ./gradlew build
env:
JASYPT_ENCRYPTOR_PASSWORD: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }} # 빌드 시 필요한 환경 변수 추가

0 comments on commit cd817e3

Please sign in to comment.