mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
use electron-build notarize config (#5635)
* use electron-build notarize config * update electron-builder.config * Re-add snapcraft fix done in #5555 * update electron-builder Co-authored-by: Filipe Freire <livrofubia@gmail.com>
This commit is contained in:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=6144'
|
||||
APPLE_ID: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID || '' }}
|
||||
APPLE_ID_PASSWORD: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
|
||||
CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
|
||||
CSC_KEY_PASSWORD: ${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user