Skip to content

Commit

Permalink
fix: 문법에 맞게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-woong-song committed Nov 29, 2023
1 parent e5757a0 commit cbf21f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2
# (5)빌드 결과물을 S3버킷에 업로드
- name: Upload to AWS S3
Expand Down

0 comments on commit cbf21f1

Please sign in to comment.