We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7255daa commit 31b6111Copy full SHA for 31b6111
1 file changed
.github/workflows/push_dist_to_npm.yml
@@ -22,7 +22,8 @@ jobs:
22
node-version: v24.12.0
23
24
- name: Build
25
-
+ env:
26
+ NODE_AUTH_TOKEN: $ACTIONS_ID_TOKEN_REQUEST_TOKEN
27
run: |
28
rm -f ~/.npmrc
29
npm config list
0 commit comments