From 9cc1617ffd25797b4d7c79435dd4455195f5eba9 Mon Sep 17 00:00:00 2001 From: GS_song98 <20003204@sju.ac.kr> Date: Thu, 24 Oct 2024 12:46:52 +0900 Subject: [PATCH] =?UTF-8?q?[#24]feat:=20permission=20denied=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-dev.yml b/.github/workflows/cicd-dev.yml index 9190cad..e78c75f 100644 --- a/.github/workflows/cicd-dev.yml +++ b/.github/workflows/cicd-dev.yml @@ -42,7 +42,7 @@ jobs: env: CREATE_SECRET: ${{secrets.EDUPI_ASSIT_DEV_DOTENV}} CREATE_SECRET_DIR_FILE_NAME: .env - run: echo $CREATE_SECRET | base64 --decode > /$CREATE_SECRET_DIR_FILE_NAME + run: echo $CREATE_SECRET | base64 --decode > ./$CREATE_SECRET_DIR_FILE_NAME - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1