From 3aff9da08ebca380e70bc2f41cd06f55e0c9d05c Mon Sep 17 00:00:00 2001 From: Daniel_Stoxreiter Date: Mon, 6 May 2024 15:34:17 +0200 Subject: [PATCH] update token --- .github/workflows/publish.yml | 2 +- .npmrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .npmrc diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76b2a88..dbc379f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,4 +17,4 @@ jobs: - run: npm run build - run: npm publish env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/.npmrc b/.npmrc deleted file mode 100644 index bd3327a..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file