From 736b25d8733ac0b7060809a110cb470cbf67ee2e Mon Sep 17 00:00:00 2001 From: Kafil Nasdami Date: Thu, 14 Mar 2024 23:56:35 +0000 Subject: [PATCH] fix secret auth --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64d9ca2..773e72d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ name: Publish to npm on Merge to Master env: PACKAGE_NAME: "salat" - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} on: push: @@ -39,4 +38,4 @@ jobs: - name: Publish to npm run: npm publish env: - NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}