We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69464d commit f4d04c4Copy full SHA for f4d04c4
content/packages-and-modules/securing-your-code/trusted-publishers.mdx
@@ -118,10 +118,6 @@ stages:
118
variables:
119
NODE_VERSION: '20'
120
121
-id_tokens:
122
- NPM_ID_TOKEN:
123
- aud: "npm:registry.npmjs.org"
124
-
125
test:
126
stage: test
127
image: node:${NODE_VERSION}
@@ -132,6 +128,9 @@ test:
132
128
publish:
133
129
stage: publish
134
130
131
+ id_tokens:
+ NPM_ID_TOKEN:
+ aud: "npm:registry.npmjs.org"
135
script:
136
# Ensure npm 11.5.1 or later is installed
137
- npm install -g npm@latest
0 commit comments