Skip to content

Commit

Permalink
환경변수 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminuj authored Sep 12, 2024
1 parent b01f066 commit 9ea0f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
DB_USERNAME: admin
DB_PASSWORD: admin!
profile: test
JWT_SECRET_KEY: ${{secrets.JWT_SECRET_KEY}}
JWT_SECRET_KEY: 8eb2b2ca9189bc63cdeb27fc0131203c54fa91c537e664e5d83027e488b2b9a758830e7f420e9a0c3f65be7020e8f24e5a64131a3e341638e6a79b6b84b65d8f
AWS_ACCESS_KEY: ${{secrets.AWS_ACCESS_KEY}}
AWS_SECRET_KEY: ${{secrets.AWS_SECRET_KEY}}
AWS_S3_BUCKET: ${{secrets.AWS_S3_BUCKET}}
AWS_REGION: ${{secrets.AWS_REGION}}
AWS_S3_BUCKET: seatsense
AWS_REGION: ap-northeast-2
run: ./gradlew clean build --warning-mode=all --stacktrace

# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
Expand Down

0 comments on commit 9ea0f1a

Please sign in to comment.