From 6d7b0db8beb6c12dd4f7d27c46e55cdca9b3ca05 Mon Sep 17 00:00:00 2001 From: oaoong Date: Tue, 24 Oct 2023 01:37:54 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b97d38f8..da4a3f68 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,6 +25,7 @@ jobs: with: node-version: '16' cache: 'npm' + cache-dependency-path: ./pnpm-lock.yaml # package.json에 명시된 의존성을 설치합니다. - name: Install Dependencies @@ -52,7 +53,7 @@ jobs: - name: if_fail uses: actions/github-script@v4 with: - github-token: ${{ secrets.TOKEN_ACTION_CLIENT }} + github-token: ${{ secrets.TOKEN_ACTIONS_CLIENT }} script: | const ref = "${{github.ref}}" const pull_number = Number(ref.split("/")[2])