Skip to content

Commit

Permalink
cd: gradle.yml 설정
Browse files Browse the repository at this point in the history
jwt secret key 환경변수 설정
  • Loading branch information
crHwang0822 authored Apr 10, 2024
1 parent 2820b5d commit 090a112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 090a112

Please sign in to comment.