Skip to content

Commit

Permalink
Update _npm_publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares authored May 6, 2024
1 parent bd1da23 commit b3c3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install npm dependencies
run: npm i
env:
NPM_GITHUB_TOKEN: ${{ secrets.PACKAGES_READ_TOKEN }}
NPM_GITHUB_TOKEN: ${{ secrets.githubAuthToken }}
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down

0 comments on commit b3c3a9a

Please sign in to comment.