diff --git a/.github/workflows/_npm_publish.yaml b/.github/workflows/_npm_publish.yaml index 298e6ce..13c4e59 100644 --- a/.github/workflows/_npm_publish.yaml +++ b/.github/workflows/_npm_publish.yaml @@ -67,9 +67,9 @@ jobs: registry-url: https://npm.pkg.github.com scope: ${{ inputs.scope }} - name: Install npm dependencies - run: npm i + run: npm ci env: - NODE_AUTH_TOKEN: ${{ secrets.githubAuthToken }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }} - if: inputs.buildBeforePublishing name: Run build run: npm run build