You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would prefer to keep all packaging variables in one place. I already have all the secrets in an environment file. If possible, can we also move teamId to an environment variable? For example, APPLE_TEAM_ID.
I am happy to send a PR for this if the maintainers approve this suggestion.
The text was updated successfully, but these errors were encountered:
The problem is not Electron related.
To use the
notarytool
, we need to hardcode our Apple DeveloperteamId
in thepackage.json
, like so:I would prefer to keep all packaging variables in one place. I already have all the secrets in an environment file. If possible, can we also move
teamId
to an environment variable? For example,APPLE_TEAM_ID
.I am happy to send a PR for this if the maintainers approve this suggestion.
The text was updated successfully, but these errors were encountered: