Skip to content

Commit

Permalink
fix: jasypt 시크릿 키를 github action에서 환경 변수로 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
nak-honest authored Jul 18, 2024
1 parent 8e979a2 commit 4535fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: chmod +x gradlew

- name: Test with Gradle
run: ./gradlew build
run: ./gradlew build -Djasypt.encryptor.password=${{secrets.JASYPT_SECRET_KEY}}

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit 4535fc0

Please sign in to comment.