Skip to content

Commit

Permalink
Add NODE_AUTH_TOKEN here also
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Dec 9, 2023
1 parent 129b52a commit 0d2e25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 0d2e25b

Please sign in to comment.