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 }}