Skip to content

Commit

Permalink
try using old creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook committed Oct 3, 2023
1 parent 0b88af7 commit 6855798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions afterSignHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports = async function (params) {
try {
await electronNotarize.notarize({
appPath,
appleId: process.env.APPLE_DEV_USER,
appleIdPassword: process.env.APPLE_DEV_PASSWORD,
appleId: process.env.appleId,
appleIdPassword: process.env.appleIdPassword,
teamId: process.env.appleTeamId,
tool
});
Expand Down

0 comments on commit 6855798

Please sign in to comment.