We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6a978 commit b2a87cfCopy full SHA for b2a87cf
1 file changed
.github/workflows/continuous-delivery.yml
@@ -41,6 +41,8 @@ jobs:
41
- name: Setup Node.js
42
id: setup-node
43
uses: actions/setup-node@v4
44
+ env:
45
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
with:
47
cache: npm
48
node-version-file: .node-version
0 commit comments