Skip to content

Commit

Permalink
[release] .env 수정 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo7 authored Sep 19, 2024
1 parent a4923c0 commit c71fd26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
DB_URL=${{ secrets.GLOBAL_DB_URL }} \
DB_USERNAME=${{ secrets.GLOBAL_DB_USERNAME }} \
DB_PASSWORD=${{ secrets.GLOBAL_DB_PASSWORD }} \
OPENAPI_TIMEOUT_SECONDS=${{ secrets.OPENAPI_TIMEOUT_SECONDS }}
OPENAPI_MAX_RETRY_COUNTS=${{ secrets.OPENAPI_MAX_RETRY_COUNTS }}
SERVER_URL=${{ secrets.SERVER_URL }} \
RESTAPI_KEY=${{ secrets.RESTAPI_KEY }} \
JWT_SECRET=${{ secrets.JWT_SECRET }} \
Expand Down

0 comments on commit c71fd26

Please sign in to comment.