Skip to content

Commit

Permalink
Merge pull request #101 from STEPPER-UMC-6th/feat/65
Browse files Browse the repository at this point in the history
[Fix] yml 수정
  • Loading branch information
hyojin425 authored Aug 12, 2024
2 parents 32ed499 + 7c8802a commit ad81af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ cloud:
s3:
bucket: elasticbeanstalk-ap-northeast-2-880624269172
credentials:
accessKey: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }}
secretKey: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
accessKey: ${ AWS_ACTION_ACCESS_KEY_ID }
secretKey: ${ AWS_ACTION_SECRET_ACCESS_KEY }
region:
static: ap-northeast-2
stack:
Expand Down

0 comments on commit ad81af2

Please sign in to comment.