Skip to content

Commit

Permalink
Add appleApiKeyId for notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Jul 1, 2024
1 parent 77d1216 commit cdb35fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = async function (params) {
tool: "notarytool",
appBundleId: appId,
appPath: appPath,
appleApiKeyId: process.env.API_KEY,
appleApiKey: process.env.API_KEY_ID,
appleApiIssuer: process.env.API_KEY_ISSUER_ID,
});
Expand Down

0 comments on commit cdb35fe

Please sign in to comment.