From 32e081a3f68511105c7e00d6f3e6b517f5a82e48 Mon Sep 17 00:00:00 2001 From: kimyechan Date: Tue, 23 Apr 2024 16:50:02 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20CI=20=ED=8C=8C=EC=9D=B4=ED=94=84?= =?UTF-8?q?=EB=9D=BC=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/CI.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1856c157..562fa3d0 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -38,11 +38,10 @@ jobs: zip -r deployment-package.zip baebae-BE/build/libs/baebae-BE-0.0.1-SNAPSHOT.jar - name: Configure AWS CLI for Naver Cloud - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.NAVER_SECRET_KEY }} - aws-region: ap-northeast-2 - name: Upload files to Naver Cloud Object Storage run: |