From 5ce39b9a59e7d577ed24c827fb59af0dbecdefb5 Mon Sep 17 00:00:00 2001 From: mahdi Date: Fri, 23 Aug 2024 21:05:59 +0330 Subject: [PATCH] chore: update name --- .github/workflows/ci.yml | 2 +- .npmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cc66cf..6bf9a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: - name: Publish to npm run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.gland }} diff --git a/.npmrc b/.npmrc index bd3327a..7f93404 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file +//registry.npmjs.org/:_authToken=${gland} \ No newline at end of file