Skip to content

Commit

Permalink
refactor: BUCKET KEY 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyesung82 committed Mar 9, 2023
1 parent 731a580 commit 49afce0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,5 @@ jobs:
BASE_URL: $
run: echo base.url=\"BASE_URL\" >> ./local.properties

- name: Access BUCKET_ACCESS_KEY
env:
BASE_URL: $
run: echo BUCKET_ACCESS_KEY=\"BUCKET_ACCESS_KEY\" >> ./local.properties

- name: Access BUCKET_SECRET_KEY
env:
BASE_URL: $
run: echo BUCKET_SECRET_KEY=\"BUCKET_SECRET_KEY\" >> ./local.properties

- name: Build with Gradle
run: ./gradlew build
2 changes: 0 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ android {
consumerProguardFiles "consumer-rules.pro"

buildConfigField "String", "GOOGLE_LOGIN_WEB_CLIENT_ID", properties['google.login.web.client.id']
buildConfigField "String", "BUCKET_ACCESS_KEY", properties['BUCKET_ACCESS_KEY']
buildConfigField "String", "BUCKET_SECRET_KEY", properties['BUCKET_SECRET_KEY']
}

buildTypes {
Expand Down

0 comments on commit 49afce0

Please sign in to comment.