1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

adding asc provider

Signed-off-by: Billy Tobon <billy.tobon@gmail.com>
This commit is contained in:
Billy Tobon 2022-09-30 15:44:25 -04:00 committed by GitHub
parent e8f691ab0e
commit bbb85ec763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,6 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
ascProvider:process.env.ASCPROVIDER,
});
};