From 86e29d9976f37d569df1d7f385fbc55814682bb2 Mon Sep 17 00:00:00 2001 From: ChaeAg Date: Sun, 17 Nov 2024 15:25:28 +0900 Subject: [PATCH] =?UTF-8?q?[TEST]=20=EC=95=A0=ED=94=8C=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 2de933b1f..cbc85d9b0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -28,15 +28,9 @@ jobs: - name: Create apple login key file env: API_KEY: ${{ secrets.APPSTORE_API_KEY_ID }} - run: | - mkdir -p src/main/resources/static - echo "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/static/AuthKey_$API_KEY.p8 - - - name: Verify file generation run: | mkdir -p src/main/resources/static/apple - echo "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/static/apple/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8 - ls -la src/main/resources/static/apple + echo "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/static/apple/AuthKey_$API_KEY.p8 - name: Grant execute permission for gradlew run: chmod +x gradlew