Skip to content

Commit

Permalink
[#10] fix : access key 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Binsreoun committed Jan 9, 2024
1 parent 7b16230 commit 34ac02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci & cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ac02a

Please sign in to comment.