Skip to content

Commit

Permalink
chore: StoredCredential 주입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 1afc3f8 commit 72e0980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
echo "${APPLICATION_SECRET_PROPERTIES}" > ./layer-api/src/main/resources/application-secret.properties
echo "${APPLICATION_SECRET_PROPERTIES}" > ./layer-batch/src/main/resources/application-secret.properties
echo "${GOOGLE_CREDENTIALS}" > ./layer-batch/src/main/resources/tokens/StoredCredential
echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential
- name: Build layer-api module
run: ./gradlew :layer-api:build
Expand Down

0 comments on commit 72e0980

Please sign in to comment.