From 72e0980a4ea54dd6e944ccf843c539a8be30232e Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sat, 26 Oct 2024 20:37:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20StoredCredential=20=EC=A3=BC=EC=9E=85?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index dd3f2ef3..3346b340 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -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