From b8647a0264a663392e1e247117fa902d8879a800 Mon Sep 17 00:00:00 2001 From: GiJungPark Date: Sat, 13 Dec 2025 01:12:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[FIX]=20=EA=B0=9C=EB=B0=9C=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20Actions=20Secret=20=EB=B3=80=EC=88=98=EB=AA=85=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/CD-develop.yml | 4 ++-- .github/workflows/CI-develop.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CD-develop.yml b/.github/workflows/CD-develop.yml index e0633a92..97e85a8d 100644 --- a/.github/workflows/CD-develop.yml +++ b/.github/workflows/CD-develop.yml @@ -35,10 +35,10 @@ jobs: - name: Create apple login key file env: - API_KEY: ${{ secrets.APPSTORE_API_KEY_ID }} + API_KEY: ${{ secrets.APPSTORE_API_KEY_ID_DEV }} run: | mkdir -p src/main/resources/static/apple - echo "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/static/apple/AuthKey_$API_KEY.p8 + echo "${{ secrets.APPLE_AUTH_KEY_DEV }}" > src/main/resources/static/apple/AuthKey_$API_KEY.p8 - name: Grant execute permission for gradlew run: chmod +x gradlew diff --git a/.github/workflows/CI-develop.yml b/.github/workflows/CI-develop.yml index 68f44cbc..851214e1 100644 --- a/.github/workflows/CI-develop.yml +++ b/.github/workflows/CI-develop.yml @@ -38,10 +38,10 @@ jobs: - name: Create apple login key file env: - API_KEY: ${{ secrets.APPSTORE_API_KEY_ID }} + API_KEY: ${{ secrets.APPSTORE_API_KEY_ID_DEV }} run: | mkdir -p src/main/resources/static/apple - echo "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/static/apple/AuthKey_$API_KEY.p8 + echo "${{ secrets.APPLE_AUTH_KEY_DEV }}" > src/main/resources/static/apple/AuthKey_$API_KEY.p8 - name: Grant execute permission for gradlew run: chmod +x gradlew From 97d9fe77b6b4edc242d960197adef8ced8aeb2cb Mon Sep 17 00:00:00 2001 From: GiJungPark Date: Sat, 13 Dec 2025 01:12:45 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[CHORE]=20=ED=98=84=EC=9E=AC=20=ED=99=9C?= =?UTF-8?q?=EB=8F=99=EC=A4=91=EC=9D=B4=EC=A7=80=20=EC=95=8A=EC=9D=80=20?= =?UTF-8?q?=EC=9D=B8=EC=9B=90=20=EB=A6=AC=EB=B7=B0=EC=96=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/AutoAssignAndReview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoAssignAndReview.yml b/.github/workflows/AutoAssignAndReview.yml index a0e59c5c..9212c8e4 100644 --- a/.github/workflows/AutoAssignAndReview.yml +++ b/.github/workflows/AutoAssignAndReview.yml @@ -9,4 +9,4 @@ jobs: - uses: hkusu/review-assign-action@v1 with: assignees: ${{ github.actor }} - reviewers: Kim-TaeUk, rinarina0429, sansan20535, GiJungPark, EunjeongHeo + reviewers: sansan20535, GiJungPark, EunjeongHeo