Skip to content

Commit

Permalink
Chore: (#22) 환경 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Oct 19, 2023
1 parent 4c49829 commit 58ca3e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
arguments: build
env:
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}

0 comments on commit 58ca3e5

Please sign in to comment.