From d39b1d9b6847eb22004b180ee5156f53d6b54e11 Mon Sep 17 00:00:00 2001 From: jaewon <139107488+jaerius@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:17:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=84=EC=9D=B4=EA=B3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7292ca3..4653cea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} run: | echo "$HEROKU_API_KEY" | heroku auth:token + heroku auth:whoami - name: Add Heroku remote run: git remote add heroku https://git.heroku.com/calm-eyrie-10609.git