Skip to content

Commit

Permalink
Merge pull request #20 from KUIT-Space/chore/#11/applicationyml-파일-수정…
Browse files Browse the repository at this point in the history
…-환경-변수-설정

[chore] fix gradle.yml
  • Loading branch information
drbug2000 authored Jul 17, 2024
2 parents c783a56 + ce93d4a commit 074b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 074b437

Please sign in to comment.