From 9ea0f1abfe5d61ec6dd40eceaf8acf630170cacf Mon Sep 17 00:00:00 2001 From: YuJin Cho Date: Thu, 12 Sep 2024 23:16:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\bci.yml" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/.github/workflows/\bci.yml" "b/.github/workflows/\bci.yml" index 2f60db27..a981f926 100644 --- "a/.github/workflows/\bci.yml" +++ "b/.github/workflows/\bci.yml" @@ -54,11 +54,11 @@ jobs: DB_USERNAME: admin DB_PASSWORD: admin! profile: test - JWT_SECRET_KEY: ${{secrets.JWT_SECRET_KEY}} + JWT_SECRET_KEY: 8eb2b2ca9189bc63cdeb27fc0131203c54fa91c537e664e5d83027e488b2b9a758830e7f420e9a0c3f65be7020e8f24e5a64131a3e341638e6a79b6b84b65d8f AWS_ACCESS_KEY: ${{secrets.AWS_ACCESS_KEY}} AWS_SECRET_KEY: ${{secrets.AWS_SECRET_KEY}} - AWS_S3_BUCKET: ${{secrets.AWS_S3_BUCKET}} - AWS_REGION: ${{secrets.AWS_REGION}} + AWS_S3_BUCKET: seatsense + AWS_REGION: ap-northeast-2 run: ./gradlew clean build --warning-mode=all --stacktrace # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).