Skip to content

Commit b2a87cf

Browse files
committed
Add token to setup-node step
1 parent 3d6a978 commit b2a87cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- name: Setup Node.js
4242
id: setup-node
4343
uses: actions/setup-node@v4
44+
env:
45+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4446
with:
4547
cache: npm
4648
node-version-file: .node-version

0 commit comments

Comments
 (0)