From 45c65f9fa3cfc209f735414847435f274826cf2a Mon Sep 17 00:00:00 2001 From: hyuna Date: Wed, 14 Aug 2024 09:44:06 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20prod=20env=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/GitAction.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/GitAction.yml b/.github/workflows/GitAction.yml index 7dc6a1b..858a9ff 100644 --- a/.github/workflows/GitAction.yml +++ b/.github/workflows/GitAction.yml @@ -21,6 +21,3 @@ jobs: environment: prod access_key: ${{ secrets.XQUAER_ACCESS_KEY }} github_token: ${{ secrets.PICK_WEB_ADMIN }} - buildargs: | - BASE_URL=${{ secrets.BASE_URL }} - FILE_URL=${{ secrets.FILE_URL }}