Skip to content

Commit

Permalink
Merge pull request #37 from Kyuwon-Choi/main
Browse files Browse the repository at this point in the history
rr
  • Loading branch information
Kyuwon-Choi authored Nov 23, 2024
2 parents 3b27317 + c48fbdd commit 6edbf9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: false

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
5 changes: 2 additions & 3 deletions paperplane/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ spring:
max-request-size: 100MB

aws:
access-key: AKIAVRUVSGSDZVMI2WF5
secret-key: 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
access-key: ${AWS_ACCESS_KEY_ID}
secret-key: ${AWS_SECRET_ACCESS_KEY}
region:
static: ap-northeast-2
s3:
bucket: paperplane-s3-bucket

0 comments on commit 6edbf9e

Please sign in to comment.