Skip to content

Commit be74455

Browse files
committed
chore: update url
1 parent d7794ce commit be74455

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/release/marketplaceRelease.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ const { join } = require("path");
33

44
const config = {
55
appStoreUrl: "https://appstore.home.mendix.com/rest/packagesapi/v2",
6-
contributorUrl: "https://contributor.mendixcloud.com/apis/v1",
7-
// This one, for some reasons, needs to be added as OpenID header to contributor request.
8-
// The open id value (a39025a8-55b8-4532-bc5d-4e74901d11f9) is taken from widgets@mendix.com
9-
// account and could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
6+
contributorUrl: "https://contributor.mendix.com/apis/v1",
7+
// OpenID header needs to be added to contributor request.
8+
// Could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
109
// For each env (accp, test, prod) we have different Open Ids.
1110
// If this header is missing API will return 401.
1211
openIdUrl: process.env.OPENID_URL

0 commit comments

Comments
 (0)