From 090a1123a615fd4fca3b970807f67744bafe0574 Mon Sep 17 00:00:00 2001 From: Chaerin Hwang <87927105+crHwang0822@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:43:58 +0900 Subject: [PATCH] =?UTF-8?q?cd:=20gradle.yml=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jwt secret key 환경변수 설정 --- .github/workflows/gradle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2e649dd..9d93d0a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -46,6 +46,7 @@ jobs: spring.datasource.url: ${{secrets.AWS_RDS_HOST}} spring.datasource.username: ${{secrets.AWS_RDS_USERNAME}} spring.datasource.password: ${{secrets.AWS_RDS_PASSWORD}} + spring.jwt.secret: ${{secrets.JWT_SECRET_KEY}} # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies. # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md