From bf210276f0a30b3f0c1058d4770b361543c41e8d Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 23 May 2024 20:43:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20env=20=EB=B3=80=EC=88=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be4968b..58fcc41 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,8 +18,6 @@ jobs: run: apk add ruby && gem install mustache - name: creates output run: sh ./build.sh - - name: Create .env file - run: echo "${{ secrets.ENV_CONTENTS }}" > output/.env - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@main