From 987c843fbca8c9f51862085c12a866a6ba94c8c8 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Tue, 29 Oct 2024 00:12:23 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20StoredCredential=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-cicd-dev.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aws-cicd-dev.yml b/.github/workflows/aws-cicd-dev.yml index fb24d9f1..74eacf08 100644 --- a/.github/workflows/aws-cicd-dev.yml +++ b/.github/workflows/aws-cicd-dev.yml @@ -117,9 +117,6 @@ jobs: run: | echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./layer-api/infra/${{ env.DEPLOY_TARGET }}/application-secret.properties echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./layer-batch/src/main/resources/application-secret.properties - sudo chmod 777 ./layer-api/infra/${{ env.DEPLOY_TARGET }}/tokens/StoredCredential -# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/src/main/resources/tokens/StoredCredential -# echo "${GOOGLE_CREDENTIALS}" > ./layer-api/infra/aws/StoredCredential - name: Archive Files run: |