From ec9065900def0cf418c3d2c02de8f6a686c4b4da Mon Sep 17 00:00:00 2001 From: donghyeon Date: Fri, 15 Nov 2024 05:46:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20DB=20=ED=99=98=EA=B2=BD=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=A0=84=EB=8B=AC=20=EA=B3=BC=EC=A0=95=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 085e836..bf89c53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,6 @@ jobs: java-version: '21' distribution: 'temurin' - # `application-secret.properties` 생성 단계 제거 - # 환경 변수 확인 단계 수정 - name: Check environment variables run: | From 1b6d6a2a908729b3332a1c5bd170c5c76e6f1dfb Mon Sep 17 00:00:00 2001 From: donghyeon Date: Fri, 15 Nov 2024 05:48:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20main.yml=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf89c53..efbfb50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,8 @@ jobs: java-version: '21' distribution: 'temurin' + # `application-secret.properties` 생성 단계 제거 + # 환경 변수 확인 단계 수정 - name: Check environment variables run: | @@ -42,7 +44,6 @@ jobs: echo "GH_CLIENT_ID: ${{ secrets.GH_CLIENT_ID }}" echo "GH_CLIENT_SECRET: ${{ secrets.GH_CLIENT_SECRET }}" echo "GH_REDIRECT_URI: ${{ secrets.GH_REDIRECT_URI }}" - # 권한 부여 - name: Grant execute permission for gradlew run: chmod +x ./gradlew