File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 50
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
51
AC_USERNAME : ${{ secrets.AC_USERNAME }}
52
52
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
53
+ AC_TEAM_ID : ${{ secrets.AC_TEAM_ID }}
53
54
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
54
55
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55
56
IS_NIGHTLY : ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') }}
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ exports.default = async function notarizing(context) {
31
31
appPath : `${ appOutDir } /${ appName } .app` ,
32
32
appleId : process . env . AC_USERNAME ,
33
33
appleIdPassword : process . env . AC_PASSWORD ,
34
+ teamId : process . env . AC_TEAM_ID ,
35
+ tool : 'notarytool' ,
34
36
} ) ;
35
37
return await recalculateHash ( ) ;
36
38
} ;
Original file line number Diff line number Diff line change 14
14
"@theia/cli" : " 1.22.1" ,
15
15
"cross-env" : " ^7.0.2" ,
16
16
"electron-builder" : " 22.10.5" ,
17
- "electron-notarize" : " ^0.3.0 " ,
17
+ "electron-notarize" : " ^1.1.1 " ,
18
18
"is-ci" : " ^2.0.0" ,
19
19
"ncp" : " ^2.0.0" ,
20
20
"shelljs" : " ^0.8.3" ,
You can’t perform that action at this time.
0 commit comments