Skip to content

Commit

Permalink
keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygutkin committed Apr 15, 2024
1 parent 2f1383a commit 5e25ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion afterSignHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ module.exports = async function (params) {
appleId: process.env.APPLE_DEV_USER,
appleIdPassword: process.env.APPLE_DEV_PASSWORD,
teamId: process.env.appleTeamId,
tool
tool,
keychain: "/Users/distiller/Library/Keychains/login.keychain-db"
});
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 5e25ef5

Please sign in to comment.