From 479910fed5db1bcf7d2455fb17995fced7471b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Mon, 16 Sep 2024 15:59:17 +0900 Subject: [PATCH] sync-server: synced local './.github/workflows/bump.yml' with remote './configs/.github/workflows/bump.yml' (#61) --- .github/workflows/bump.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 5d27780..cbd3e89 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_PAT }} steps: - name: Set up checkout @@ -44,8 +44,8 @@ jobs: - name: Bump run: | - git config --global user.name 'github-actions' - git config --global user.email 'actions@github.com' + git config --global user.name '루밀LuMir' + git config --global user.email 'rpfos@naver.com' git switch -c release-${{ inputs.type }}-${{ env.SHORT_SHA }} npm version ${{ inputs.type }} -m "release(${{ inputs.type }}): v%s"