Skip to content

Commit

Permalink
Fix: OpenAi properties 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudrhy12 authored Feb 19, 2024
1 parent 955cb46 commit e1da84d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name : Set up SLACK.properties file
run : echo "${{ secrets.DEV_SLACK }}" > ./src/main/resources/application-SLACK.properties
shell : bash

- name : Set up OPENAI.properties file
run : echo "${{ secrets.DEV_OPENAI }}" > ./src/main/resources/application-OPENAI.properties
shell : bash

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit e1da84d

Please sign in to comment.