From ce93d4adac961ecacb55acec05b5aa1f58b39084 Mon Sep 17 00:00:00 2001 From: kim_sang_ june <79149384+drbug2000@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:45:54 +0900 Subject: [PATCH] [chore] fix gradle.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 오타수정 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 81187f4a..50f6ea0f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -99,7 +99,7 @@ jobs: spring.datasource.password: ${{ secrets.RDS_PASSWORD }} secret.jwt-secret-key: ${{secrets.JWT_SECRET_KEY}} secret.jwt-login-secret-key: ${{secrets.JWT_SECRET_KEY_1}} - secret.jwt-user-secret-key: ${{secrets.JWT_SECRET_KEY_2}} + secret.jwt-user-space-secret-key: ${{secrets.JWT_SECRET_KEY_2}} secret.jwt-expired-in: ${{secrets.JWT_EXPIRED_IN}} spring.datasource.driver-class-name: com.mysql.cj.jdbc.Driver