From ba0b9bb323e077dbba15d6946c2b0cd5964d00dc Mon Sep 17 00:00:00 2001 From: oneweek-lee Date: Mon, 30 Sep 2024 21:09:15 +0900 Subject: [PATCH] =?UTF-8?q?npm=20token=20setting=20=EC=9C=84=EC=B9=98?= =?UTF-8?q?=EB=A5=BC=20=EB=B3=80=EA=B2=BD=ED=95=A9=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6ef002..024198b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,6 +41,6 @@ jobs: commit_message: '📦 bump changed packages version' create_github_release_tag: true formatting_script: pnpm run markdownlint:fix + npm_token: ${{ secrets.NPM_TOKEN }} env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}