From 34ac02a24657bb6122a5c1006dfe62f2fb337562 Mon Sep 17 00:00:00 2001 From: Binsreoun <69248377+Binsreoun@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:54:22 +0900 Subject: [PATCH] =?UTF-8?q?[#10]=20fix=20:=20access=20key=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci & cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci & cd.yml b/.github/workflows/ci & cd.yml index b680c609..b4371f9d 100644 --- a/.github/workflows/ci & cd.yml +++ b/.github/workflows/ci & cd.yml @@ -89,8 +89,8 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }} + aws-access-key-id: AKIAVUCCBZQT6OSXCTDI + aws-secret-access-key: 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 aws-region: ap-northeast-2 - name: Upload to S3