Skip to content

Commit

Permalink
ci: 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed Apr 2, 2024
1 parent f8e13ba commit 970e39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: sudo chmod 755 gradlew

- name: Build with Gradle
run: ./gradlew clean build
run: ./gradlew clean build -Pencryption-key=${{ secrets.JWT_KEY }}

0 comments on commit 970e39f

Please sign in to comment.