Skip to content

Commit

Permalink
Update release-dev-code_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon authored Nov 17, 2023
1 parent 1ef0cd0 commit ca25671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev-code_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: 🪣 S3 upload
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_ID }}
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_KEY }}
aws-region: ap-northeast-2

- name: 🚀 s3 upload
Expand Down

0 comments on commit ca25671

Please sign in to comment.