Skip to content

Commit

Permalink
chore: ci env ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ez23re committed Oct 23, 2024
1 parent 50c22b2 commit 971b8c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
GPT_API_KEY: ${{ secrets.GPT_API_KEY}}
GPT_MODEL: ${{ secrets.GPT_MODEL}}
GPT_API_URL: ${{ secrets.GPT_API_URL}}

services:
mysql:
Expand Down Expand Up @@ -60,6 +63,9 @@ jobs:
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> env.properties
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> env.properties
echo "REDIRECT_URL=${{ secrets.REDIRECT_URL }}" >> env.properties
echo "GPT_API_KEY=${{ secrets.GPT_API_KEY }}" >> env.properties
echo "GPT_MODEL: ${{ secrets.GPT_MODEL }}" >> env.properties
echo "GPT_API_URL: ${{ secrets.GPT_API_URL}}" >> env.properties
cp env.properties ./src/main/resources
- name: Set up JDK 21
Expand Down

0 comments on commit 971b8c9

Please sign in to comment.