Skip to content

Commit 67c8fe3

Browse files
committed
Swithcing oidc endpoint
1 parent 54e64ff commit 67c8fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
const postData = JSON.stringify({});
7878
const options = {
7979
hostname: 'registry.npmjs.org',
80-
path: '/-/npm/v1/security/oidc/token',
80+
path: '/-/npm/v1/security/oidc/login',
8181
method: 'POST',
8282
headers: {
8383
'Authorization': `Bearer ${token}`,

0 commit comments

Comments
 (0)