From 84ee7c0ac1c5e2cc571383f11405a62fe3a9d2a2 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 14 Apr 2023 12:54:16 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e9d9d..e1c3eaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: working-directory: core continue-on-error: true env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} npm-package: runs-on: ubuntu-latest @@ -118,4 +118,4 @@ jobs: working-directory: core continue-on-error: true env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file