1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

fix apple id

This commit is contained in:
Mikael Finstad 2023-10-19 16:50:37 +08:00
parent 4e2f2ce5e4
commit af2b8abe4f
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -93,7 +93,7 @@ jobs:
# windows_certs_password: ${{ secrets.windows_certs_password }}
env:
# https://github.com/electron-userland/electron-builder/issues/7683
APPLE_ID: 1505323402
APPLE_ID: ${{ secrets.apple_id }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }}
# TODO use appleApiKey, appleApiKeyId and appleApiIssuer from https://github.com/electron/notarize
# once electron-builder supports those: https://github.com/electron-userland/electron-builder/blob/7c7db837bdf650228594a30114975f1581c37130/packages/app-builder-lib/src/macPackager.ts#L489