From 37014e9bfe243f438665cd0a6671c01685520432 Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Tue, 20 Feb 2024 12:37:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20CD=20=EC=9B=8C=ED=81=AC=20=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20username=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e94ea2d..92606ba 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.CDM_TOKEN }} with: source-directory: 'output' - destination-github-username: Dongmin + destination-github-username: cdm1263 destination-repository-name: Pokehub user-email: ${{ secrets.CDM_EMAIL }} commit-message: ${{ github.event.commits[0].message }}