Skip to content

Commit

Permalink
fix(github): Configure token when setting up Node.js
Browse files Browse the repository at this point in the history
Configures NPM token while setting up Node.js.

Fixes #415.
  • Loading branch information
langri-sha committed Apr 30, 2024
1 parent 39d049f commit a49837a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version-file: package.json
registry-url: https://registry.npmjs.org
scope: '@langri-sha'
token: ${{ secrets.NPM_TOKEN }}

- name: Configure Git user
run: |
Expand Down

0 comments on commit a49837a

Please sign in to comment.