From 990d7d7886515af52f454dabada6d78134038e11 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 20:48:30 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20TOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apiDocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index c1cce305..31ae33cb 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -44,6 +44,8 @@ jobs: - name: Commit and push build artifacts run: | + git config --global user.email "gsu9045000@gmail.com" + git config --global user.name "DDonghyeo" git add . git remote add norigin ${{ secrets.REPOSITORY_URL }} git commit -m "📝docs : Generate API Docs"