From e1da84dac1c273a727c1f705b0824504d88cad52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=98=81=EC=84=9C?= <90203803+dudrhy12@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:15:05 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20OpenAi=20properties=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 17d5c6a..fc86ace 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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