Skip to content

Commit fb5c62d

Browse files
committed
fix: ms
1 parent 149d881 commit fb5c62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pack-utils/edge.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export default function ({ zipPath, extensionConfig }) {
44
if (!process.env.MS_CLIENT_ID) {
55
return Promise.reject(new Error('MS_CLIENT_ID not found'));
66
}
7-
if (!process.env.MS_CLIENT_SECRET) {
8-
return Promise.reject(new Error('MS_CLIENT_SECRET not found'));
7+
if (!process.env.MS_API_KEY) {
8+
return Promise.reject(new Error('MS_API_KEY not found'));
99
}
1010

1111
const client = new EdgeAddonsAPI({

0 commit comments

Comments
 (0)