Skip to content

Commit

Permalink
NO-JIRA Add npm token to build step (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-paulger-sonarsource authored Jul 22, 2024
1 parent 2f77b76 commit 4e9f871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
node-version: 18
- run: mv .github/workflows/.npmrc .npmrc
- name: Build npm package
env:
NPM_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).npm_token }}
run: |
npm install
npm run build
Expand Down

0 comments on commit 4e9f871

Please sign in to comment.