Skip to content

Commit

Permalink
[#58] Chore: CI/CD 파일에 누락된 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnida committed Feb 6, 2025
1 parent 58b4292 commit 6062108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
aladin.api.ttbkey: ${{ secrets.ALADIN_TTB_KEY }}
swagger.server.http-url: ${{ secrets.SWAGGER_HTTP_URL }}
swagger.server.https-url: ${{ secrets.SWAGGER_HTTPS_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
JWT_ACCESS_VALIDITY: ${{ secrets.JWT_ACCESS_VALIDITY }}
JWT_REFRESH_VALIDITY: ${{ secrets.JWT_REFRESH_VALIDITY }}
OAUTH_GOOGLE_ID: ${{ secrets.OAUTH_GOOGLE_ID }}
OAUTH_GOOGLE_SECRET: ${{ secrets.OAUTH_GOOGLE_SECRET }}


# 실행 속도 향상을 위한 Gradle 종속성 캐싱
Expand Down

0 comments on commit 6062108

Please sign in to comment.