We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223c0d8 commit ec7f2daCopy full SHA for ec7f2da
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version: '22'
26
registry-url: 'https://registry.npmjs.org'
27
+ # registry-url enables OIDC authentication for npm publish
28
29
- name: Enable Corepack
30
run: corepack enable
@@ -43,3 +44,5 @@ jobs:
43
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
# No NPM_TOKEN needed - using trusted publishing via OIDC
47
+ # The registry-url in setup-node@v4 enables OIDC authentication
48
+ # npm CLI 11.5.1+ automatically detects OIDC and uses it for publish
0 commit comments