Skip to content

Commit

Permalink
tools: use macOS keychain to notarize the releases
Browse files Browse the repository at this point in the history
PR-URL: #50715
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
UlisesGascon committed Dec 19, 2023
1 parent 94363bb commit c9bd0b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/osx-notarize.sh
Expand Up @@ -34,15 +34,10 @@ then
exit 1
fi

# Submit the package for notarization
# TODO(@ulisesGascon): refactor to use --keychain-profile
# when https://github.com/nodejs/build/issues/3385#issuecomment-1729281269 is ready
echo "Submitting node-$pkgid.pkg for notarization..."

xcrun notarytool submit \
--apple-id "$NOTARIZATION_ID" \
--password "$NOTARIZATION_PASSWORD" \
--team-id "$NOTARIZATION_TEAM_ID" \
--keychain-profile "NODE_RELEASE_PROFILE" \
--wait \
"node-$pkgid.pkg"

Expand Down

0 comments on commit c9bd0b0

Please sign in to comment.