Skip to content

Commit

Permalink
Update prod-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 authored Jul 1, 2022
1 parent 7c46ef0 commit 21691db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
DDL_AUTO_MODE=${{secrets.DDL_AUTO_MODE_PROD}}
DB_POOL=${{secrets.DB_POOL_PROD}}
AUTHORITY_SERVICE_HOST=${{secrets.AUTHORITY_SERVICE_HOST}}
APPLICATION_SERVICE_HOST=${{secrets.APPLICATION_SERVICE_HOST}}
JWT_SECRET_KEY=${{secrets.JWT_SECRET_KEY_PROD}}
JWT_ACCESS_TOKEN_EXP_AS_HOUR=${{secrets.JWT_ACCESS_TOKEN_EXP_AS_HOUR_PROD}}
JWT_REFRESH_TOKEN_EXP_AS_HOUR=${{secrets.JWT_REFRESH_TOKEN_EXP_AS_HOUR_PROD}}
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
Expand Down

0 comments on commit 21691db

Please sign in to comment.