Skip to content

Commit 22389d0

Browse files
fix: remove npm token check since now we use oidc [EXT-7067] (#2397)
1 parent 1f6b45b commit 22389d0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/verify.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ const {
99
getTag,
1010
} = require('./shared')
1111

12-
if (!process.env.NPM_TOKEN) {
13-
throw new Error('Missing NPM_TOKEN!')
14-
}
15-
1612
try {
1713
for (const package of PACKAGES) {
1814
console.log('')

0 commit comments

Comments
 (0)